ServiceProxy<TService>.OnFactoryOpened(ChannelEventArgs) Method

Definition

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.

Applies to