ServiceProxy<TService>.FactoryClosed Event
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.
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)