FlexReport for WinForms
ExecuteActionAsyncEx メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ExecuteActionAsyncEx メソッド
The C1DocumentAction defining action to execute.
Non-blocking (asynchronous) version of the C1DocumentSource.ExecuteAction method.
シンタックス
'宣言
 
Public Function ExecuteActionAsyncEx( _
   ByVal action As C1DocumentAction _
) As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)
'使用法
 
Dim instance As C1DocumentSource
Dim action As C1DocumentAction
Dim value As IAsyncOperationWithProgress(Of C1BookmarkPosition,Double)
 
value = instance.ExecuteActionAsyncEx(action)

パラメータ

action
The C1DocumentAction defining action to execute.

戻り値の型

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

参照

C1DocumentSource クラス
C1DocumentSource メンバ