[]
        
(Showing Draft Content)

C1.WPF.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)
Parameters
Type Name Description
IAsyncOperationWithProgress<TResult, TProgress> asyncInfo
TProgress progressInfo
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult