ClientBase<TChannel>.ICommunicationObject.Closed イベント

定義

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

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

イベントの種類

EventHandler

実装

注釈

詳細については、「System.ServiceModel.Channels.CommunicationObject」を参照してください。

適用対象