ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.Closing イベント

定義

ClientBase オブジェクトが現在の状態から Closed 状態に遷移するときに呼び出されるイベント ハンドラー。

event EventHandler System.ServiceModel.ICommunicationObject.Closing;
member this.System.ServiceModel.ICommunicationObject.Closing : EventHandler 
Custom Event Closing As EventHandler Implements System.ServiceModel.ICommunicationObject

イベントの種類

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ClientBase<TChannel>.ChannelBase<T> のインスタンスが ICommunicationObject インターフェイスにキャストされる場合のみ、使用できます。

適用対象