ServiceProxy<TService>.FactoryClosed Event

Definition

Occurs when a channel factory is closed.

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

Event Type

Applies to