DiscoveryClient.ICommunicationObject.Closing Event

Definition

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

Event Type

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DiscoveryClient instance is cast to an ICommunicationObject interface.

Applies to