DiscoveryClient.ICommunicationObject.Opening Event

Definition

Occurs when the communication object first enters the opening state.

event EventHandler System.ServiceModel.ICommunicationObject.Opening;
member this.System.ServiceModel.ICommunicationObject.Opening : EventHandler 
Custom Event Opening 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