FlexReport for WPF
ExecuteActionAsyncEx メソッド (C1DocumentSource)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1DocumentSource クラス : ExecuteActionAsyncEx メソッド
実行する C1DocumentAction 定義アクション。
ExecuteAction メソッドのノンブロッキング (非同期) バージョンです。
シンタックス
'宣言
 
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
実行する C1DocumentAction 定義アクション。

戻り値の型

非同期操作の管理に使用できる IAsyncOperationWithProgress<TResult,TProgress> インタフェース。
参照

C1DocumentSource クラス
C1DocumentSource メンバ