ServiceProxy<TService>.OnFactoryFaulted(ChannelFaultedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler virtual method for a channel factory that is in a faulted state.
protected:
virtual void OnFactoryFaulted(Microsoft::Xrm::Sdk::Client::ChannelFaultedEventArgs ^ args);
protected virtual void OnFactoryFaulted (Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs args);
abstract member OnFactoryFaulted : Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs -> unit
override this.OnFactoryFaulted : Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs -> unit
Protected Overridable Sub OnFactoryFaulted (args As ChannelFaultedEventArgs)
Parameters
Faulted channel event arguments.