[]
        
(Showing Draft Content)

C1.Document.AsyncOperationWithProgressCompletedHandler-2.BeginInvoke

BeginInvoke Method

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

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