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