ServiceChannel<TChannel>.ChannelClosed Event
Applies To: Dynamics CRM 2015
Occurs when a service channel transitions into the closed state.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public event EventHandler<ChannelEventArgs> ChannelClosed
public:
event EventHandler<ChannelEventArgs^>^ ChannelClosed {
void add(EventHandler<ChannelEventArgs^>^ value);
void remove(EventHandler<ChannelEventArgs^>^ value);
}
member ChannelClosed : IEvent<EventHandler<ChannelEventArgs>,
ChannelEventArgs>
Public Event ChannelClosed As EventHandler(Of ChannelEventArgs)
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright