ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.Closing Evento
Definição
O manipulador de eventos que é invocado quando o objeto ClientBase faz a transição do estado atual para o estado fechado.The event handler that is invoked when the ClientBase object transitions from its current state to the closed state.
event EventHandler System.ServiceModel.ICommunicationObject.Closing;
member this.System.ServiceModel.ICommunicationObject.Closing : EventHandler
Custom Event Closing As EventHandler Implements System.ServiceModel.ICommunicationObject
Tipo de evento
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ClientBase<TChannel>.ChannelBase<T> é convertida em uma interface de ICommunicationObject.It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an ICommunicationObject interface.