ServiceChannel<TChannel>.ChannelClosed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)