[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncActionProgressHandler-1.BeginInvoke

BeginInvoke Method

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

Declaration
public virtual IAsyncResult BeginInvoke(IAsyncActionWithProgress<TProgress> asyncInfo, TProgress progressInfo, AsyncCallback callback, object @object)
Parameters
Type Name Description
IAsyncActionWithProgress<TProgress> asyncInfo
TProgress progressInfo
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult