FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / ExecuteActionAsyncEx Method
The C1DocumentAction defining action to execute.

In This Topic
    ExecuteActionAsyncEx Method (C1DocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the ExecuteAction method.
    Syntax
    'Declaration
     
    Public Function ExecuteActionAsyncEx( _
       ByVal action As C1DocumentAction _
    ) As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)

    Parameters

    action
    The C1DocumentAction defining action to execute.

    Return Value

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