[]
Non-blocking (asynchronous) version of the ExecuteAction(C1DocumentAction) method.
public IAsyncOperationWithProgress<C1BookmarkPosition, double> ExecuteActionAsyncEx(C1DocumentAction action)
Type | Name | Description |
---|---|---|
C1DocumentAction | action | The C1DocumentAction defining action to execute. |
Type | Description |
---|---|
IAsyncOperationWithProgress<C1BookmarkPosition, double> | The IAsyncOperationWithProgress<TResult, TProgress> interface that can be used to manage asynchronous operation. |