[]
        
(Showing Draft Content)

C1.Document.AsyncOperationProgressHandler-2.BeginInvoke

BeginInvoke Method

BeginInvoke(IAsyncOperationWithProgress<TResult, TProgress>, TProgress, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(IAsyncOperationWithProgress<TResult, TProgress> asyncInfo, TProgress progressInfo, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(asyncInfo As IAsyncOperationWithProgress(Of TResult, TProgress), progressInfo As TProgress, callback As AsyncCallback, [object] As Object) As IAsyncResult
Parameters
Type Name Description
IAsyncOperationWithProgress<TResult, TProgress> asyncInfo
TProgress progressInfo
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult