ClientBase<TChannel>.ICommunicationObject.Closed 事件

定义

ClientBase<TChannel> 对象已经从其当前状态转换到已关闭状态时调用的事件处理程序。

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

适用于