ServiceChannel<TChannel>.OnChannelOpened Method (ChannelEventArgs)
Applies To: Dynamics CRM 2015
Inserts processing on a service channel after it transitions into the opening state which must complete within a specified interval of time.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void OnChannelOpened(
ChannelEventArgs args
)
protected:
virtual void OnChannelOpened(
ChannelEventArgs^ args
)
abstract OnChannelOpened :
args:ChannelEventArgs -> unit
override OnChannelOpened :
args:ChannelEventArgs -> unit
Protected Overridable Sub OnChannelOpened (
args As ChannelEventArgs
)
Parameters
args
Type: Microsoft.Xrm.Sdk.Client.ChannelEventArgsType: ChannelEventArgs. Channel event arguments.
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright