ServiceProxy<TService>.FactoryOpened 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 opened.
public:
event EventHandler<Microsoft::Xrm::Sdk::Client::ChannelEventArgs ^> ^ FactoryOpened;
public event EventHandler<Microsoft.Xrm.Sdk.Client.ChannelEventArgs> FactoryOpened;
member this.FactoryOpened : EventHandler<Microsoft.Xrm.Sdk.Client.ChannelEventArgs>
Public Event FactoryOpened As EventHandler(Of ChannelEventArgs)