DispatchRuntime.InputSessionShutdownHandlers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力セッションを閉じる方法を制御するためのカスタム ハンドラーの追加に使用できる IInputSessionShutdown オブジェクトのコレクションを取得します。
public:
property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IInputSessionShutdown ^> ^ InputSessionShutdownHandlers { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IInputSessionShutdown ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IInputSessionShutdown> InputSessionShutdownHandlers { get; }
member this.InputSessionShutdownHandlers : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IInputSessionShutdown>
Public ReadOnly Property InputSessionShutdownHandlers As SynchronizedCollection(Of IInputSessionShutdown)
プロパティ値
SynchronizedCollection<T> 型オブジェクトの IInputSessionShutdown。
注釈
入力セッションのクローズ方法を制御するこのプロパティに、IInputSessionShutdown オブジェクトを追加します。
IInputChannel.Receive での System.ServiceModel.Channels.IDuplexSessionChannel メソッドの呼び出しが最初に null
を返す (これは、入力セッションが閉じられていることを示します) と、ディスパッチャーは各 IInputSessionShutdown オブジェクトを呼び出して、System.ServiceModel.Channels.IDuplexSessionChannel オブジェクトを渡します。 カスタムの IInputSessionShutdown オブジェクトは、この IDuplexSessionChannel オブジェクトを使用して、各チャネル状態のクリーンアップを実行したり、応答メッセージを送信してからチャネルをクローズしたりできます。
適用対象
.NET