ServiceProxy<TService>.OnFactoryOpened(ChannelEventArgs) 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 an opened state.
protected:
virtual void OnFactoryOpened(Microsoft::Xrm::Sdk::Client::ChannelEventArgs ^ args);
protected virtual void OnFactoryOpened (Microsoft.Xrm.Sdk.Client.ChannelEventArgs args);
abstract member OnFactoryOpened : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
override this.OnFactoryOpened : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
Protected Overridable Sub OnFactoryOpened (args As ChannelEventArgs)
Parameters
- args
- ChannelEventArgs
Channel event arguments.