ClientBase<TChannel>.ICommunicationObject.Opened 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ClientBase<TChannel> 对象从已创建状态转换为已打开状态时调用的事件处理程序。
event EventHandler System.ServiceModel.ICommunicationObject.Opened;
member this.System.ServiceModel.ICommunicationObject.Opened : EventHandler
Custom Event Opened As EventHandler Implements System.ServiceModel.ICommunicationObject
事件类型
实现
注解
有关详细信息,请参阅 System.ServiceModel.Channels.CommunicationObject。