ServiceProxy<TService>.OnFactoryFaulted Method (ChannelFaultedEventArgs)

 

Applies To: Dynamics CRM 2015

Event handler virtual method for a channel factory that is in a faulted state.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected virtual void OnFactoryFaulted(
    ChannelFaultedEventArgs args
)
protected:
virtual void OnFactoryFaulted(
    ChannelFaultedEventArgs^ args
)
abstract OnFactoryFaulted : 
        args:ChannelFaultedEventArgs -> unit
override OnFactoryFaulted : 
        args:ChannelFaultedEventArgs -> unit
Protected Overridable Sub OnFactoryFaulted (
    args As ChannelFaultedEventArgs
)

Parameters

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright