InvokeCore メソッド
| 編集/提案 ソースを表示InvokeCore(IContext, Object)
この処理の実行を非同期的に開始します。
宣言
protected override Task<object> InvokeCore(IContext context, object arg)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 実行に必要な文脈情報です。 |
System.Object | arg | 処理に必要な引数です。 |
戻り値
型 | 説明 |
---|---|
System.Threading.Tasks.Task<System.Object> | 戻り値を含むこの処理を表す非同期操作です。 |
上書き
ExapisSOP.Core.CustomPipelineProcess<System.Object, System.Object>.InvokeCore(ExapisSOP.IContext, System.Object)