IProcess<TParam, TResult> インターフェース
IPipelineで実行される処理を表します。
継承されたメンバー
名前空間: ExapisSOP
アセンブリ: ExapisSOP.dll
構文
public interface IProcess<in TParam, out TResult> : IProcess
型引数
名前 | 説明 |
---|---|
TParam | |
TResult |
メソッド 一覧
名前 | 説明 |
---|---|
InvokeAsync(IContext, TParam) | この処理の実行を非同期的に開始します。 |