ServiceChannel<TChannel>.ChannelClosed Event

Definition

Occurs when a service channel transitions into the closed state.

public:
 event EventHandler<Microsoft::Xrm::Sdk::Client::ChannelEventArgs ^> ^ ChannelClosed;
public event EventHandler<Microsoft.Xrm.Sdk.Client.ChannelEventArgs> ChannelClosed;
member this.ChannelClosed : EventHandler<Microsoft.Xrm.Sdk.Client.ChannelEventArgs> 
Public Event ChannelClosed As EventHandler(Of ChannelEventArgs) 

Event Type

Applies to