ServiceProxy<TService>.OnFactoryOpened Method (ChannelEventArgs)
Applies To: Dynamics CRM 2015
Event handler virtual method for a channel factory that is in an opened state.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void OnFactoryOpened(
ChannelEventArgs args
)
protected:
virtual void OnFactoryOpened(
ChannelEventArgs^ args
)
abstract OnFactoryOpened :
args:ChannelEventArgs -> unit
override OnFactoryOpened :
args:ChannelEventArgs -> unit
Protected Overridable Sub OnFactoryOpened (
args As ChannelEventArgs
)
Parameters
args
Type: Microsoft.Xrm.Sdk.Client.ChannelEventArgsType: ChannelEventArgs. Channel event arguments.
See Also
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright