PostScanCallback.

BeginInvoke(List<PackageInfo>, ICollection<ComponentReport>, AsyncCallback, object) Method

Syntax

public virtual IAsyncResult BeginInvoke(List<PackageInfo> packageInfos, ICollection<ComponentReport> componentReports, AsyncCallback callback, object object)

Parameters

Name Type Description
packageInfos List<PackageInfo>
componentReports ICollection<ComponentReport>
callback AsyncCallback
object object

Return Value

Type Description
IAsyncResult