ClientBase<TChannel>.ICommunicationObject.Opened 이벤트

정의

ClientBase<TChannel> 개체가 Created 상태에서 Opened 상태로 전환될 때 호출되는 이벤트 처리기입니다.

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

이벤트 유형

EventHandler

구현

설명

자세한 내용은 System.ServiceModel.Channels.CommunicationObject를 참조하세요.

적용 대상