Share via


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

定義

ClientBase オブジェクトが Created 状態から Opened 状態に遷移したときに呼び出されるイベント ハンドラー。

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

イベントの種類

EventHandler

実装

注釈

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

適用対象