[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.ExecuteActionAsyncEx

ExecuteActionAsyncEx Method

ExecuteActionAsyncEx(C1DocumentAction)

Non-blocking (asynchronous) version of the ExecuteAction(C1DocumentAction) method.

Declaration
public IAsyncOperationWithProgress<C1BookmarkPosition, double> ExecuteActionAsyncEx(C1DocumentAction action)
Parameters
Type Name Description
C1DocumentAction action

The C1DocumentAction defining action to execute.

Returns
Type Description
IAsyncOperationWithProgress<C1BookmarkPosition, double>

The IAsyncOperationWithProgress<TResult, TProgress> interface that can be used to manage asynchronous operation.