FlexReport for UWP
ExecuteActionAsync メソッド

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > C1DocumentSource クラス : ExecuteActionAsync メソッド
実行するアクションを定義する C1DocumentAction
ExecuteActionメソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
Public Function ExecuteActionAsync( _
   ByVal action As C1DocumentAction _
) As System.Threading.Tasks.Task(Of C1BookmarkPosition)
public System.Threading.Tasks.Task<C1BookmarkPosition> ExecuteActionAsync( 
   C1DocumentAction action
)

パラメータ

action
実行するアクションを定義する C1DocumentAction

戻り値の型

非同期の値オブジェクト。
参照

C1DocumentSource クラス
C1DocumentSource メンバ