Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / ExecuteActionAsyncEx Method
The C1DocumentAction defining action to execute.

In This Topic
    ExecuteActionAsyncEx Method (C1PdfDocumentSource)
    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