PipelineExtensions クラス
IPipelineの機能を拡張します。 このクラスは静的です。
継承
System.Object
PipelineExtensions
継承されたメンバー
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 static class PipelineExtensions
メソッド 一覧
名前 | 説明 |
---|---|
Append(IPipeline, PipelineExtensions.ProcessFunc) | 指定された処理を表すデリゲートを指定されたパイプラインの末尾に追加します。 |
Append<TParam, TResult>(IPipeline, PipelineExtensions.ProcessFunc<TParam, TResult>) | 指定された処理を表すデリゲートを指定されたパイプラインの末尾に追加します。 |
AppendExceptionHandler(IPipeline, PipelineExtensions.ProcessFunc<(Exception exception, Object arg), Object>) | 指定された例外の処理を行うデリゲートを指定されたパイプラインの末尾に追加します。 |
AppendExceptionHandler<TParam, TResult>(IPipeline, PipelineExtensions.ProcessFunc<(Exception exception, TParam arg), TResult>) | 指定された例外の処理を行うデリゲートを指定されたパイプラインの末尾に追加します。 |
AppendLoggingProcess(IPipeline) | ログ出力処理を指定されたパイプラインの末尾に追加します。 |