ComponentOne Document Library for UWP
ExecuteActionAsync Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : ExecuteActionAsync Method
The C1DocumentAction defining action to execute.
Non-blocking (asynchronous) version of the ExecuteAction method.
Syntax
'Declaration
 
Public Function ExecuteActionAsync( _
   ByVal action As C1DocumentAction _
) As System.Threading.Tasks.Task(Of C1BookmarkPosition)
public System.Threading.Tasks.Task<C1BookmarkPosition> ExecuteActionAsync( 
   C1DocumentAction action
)

Parameters

action
The C1DocumentAction defining action to execute.

Return Value

Asynchronous value object.
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members