DiscoveryClient.ICommunicationObject.Closing Evento

Definição

Ocorre quando um objeto de comunicação entra em estado de fechamento primeiro.Occurs when the communication object first enters the closing 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

EventHandler

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 DiscoveryClient é convertida em uma interface de ICommunicationObject.It can be used only when the DiscoveryClient instance is cast to an ICommunicationObject interface.

Aplica-se a