ServiceProxy<TService>.FactoryFaulted Event

Definition

Occurs when a channel factory is faulted.

public:
 event EventHandler<Microsoft::Xrm::Sdk::Client::ChannelFaultedEventArgs ^> ^ FactoryFaulted;
public event EventHandler<Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs> FactoryFaulted;
member this.FactoryFaulted : EventHandler<Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs> 
Public Event FactoryFaulted As EventHandler(Of ChannelFaultedEventArgs) 

Event Type

Applies to