Document Library for WinForms
ExecuteActionAsync メソッド (C1DocumentSource)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1DocumentSource クラス : ExecuteActionAsync メソッド
The C1DocumentAction defining action to execute.
Non-blocking (asynchronous) version of the ExecuteAction method.
シンタックス
'宣言
 
Public Function ExecuteActionAsync( _
   ByVal action As C1DocumentAction _
) As System.Threading.Tasks.Task(Of C1BookmarkPosition)
public System.Threading.Tasks.Task<C1BookmarkPosition> ExecuteActionAsync( 
   C1DocumentAction action
)

パラメータ

action
The C1DocumentAction defining action to execute.

戻り値の型

Asynchronous value object.
参照

C1DocumentSource クラス
C1DocumentSource メンバ