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