PipelineExtensions.ProcessFuncWrapper<TParam, TResult> クラス
継承
System.Object
CustomPipelineProcess<TParam, TResult>
PipelineExtensions.ProcessFuncWrapper<TParam, TResult>
継承されたメンバー
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
名前空間: ExapisSOP.Core
アセンブリ: ExapisSOP.dll
構文
public class ProcessFuncWrapper<TParam, TResult> : CustomPipelineProcess<TParam, TResult>, IProcess<TParam, TResult>, IProcess
型引数
名前 | 説明 |
---|---|
TParam | この処理の引数の種類です。 |
TResult | この処理の戻り値の種類です。 |
コンストラクタ 一覧
| 編集/提案 ソースを表示ProcessFuncWrapper(PipelineExtensions.ProcessFunc<TParam, TResult>)
型'PipelineExtensions.ProcessFuncWrapper'の新しいインスタンスを生成します。
宣言
public ProcessFuncWrapper(PipelineExtensions.ProcessFunc<TParam, TResult> func)
引数
型 | 名前 | 説明 |
---|---|---|
PipelineExtensions.ProcessFunc<TParam, TResult> | func | 処理を表すデリゲートです。 |
プロパティ 一覧
| 編集/提案 ソースを表示IsExecutable
この処理が実行可能な状態かどうかを表す論理値を取得します。
宣言
public override sealed bool IsExecutable { get; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
上書き
ExapisSOP.Core.CustomPipelineProcess<TParam, TResult>.IsExecutable
メソッド 一覧
| 編集/提案 ソースを表示InvokeCore(IContext, TParam)
この処理の実行を非同期的に開始します。
宣言
protected override Task<TResult> InvokeCore(IContext context, TParam arg)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 実行に必要な文脈情報です。 |
TParam | arg | 処理に必要な引数です。 |
戻り値
型 | 説明 |
---|---|
System.Threading.Tasks.Task<TResult> | 戻り値を含むこの処理を表す非同期操作です。 |
上書き
ExapisSOP.Core.CustomPipelineProcess<TParam, TResult>.InvokeCore(ExapisSOP.IContext, TParam)