[]
        
(Showing Draft Content)

C1.Document.AsyncActionWithProgressCompletedHandler-1.BeginInvoke

BeginInvoke Method

BeginInvoke(IAsyncActionWithProgress<TProgress>, AsyncStatus, AsyncCallback, object)

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