Zdieľať cez


ServiceChannel<TChannel>.OnChannelOpened(ChannelEventArgs) Method

Definition

Inserts processing on a service channel after it transitions into the opening state which must complete within a specified interval of time.

protected:
 virtual void OnChannelOpened(Microsoft::Xrm::Sdk::Client::ChannelEventArgs ^ args);
protected virtual void OnChannelOpened (Microsoft.Xrm.Sdk.Client.ChannelEventArgs args);
abstract member OnChannelOpened : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
override this.OnChannelOpened : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
Protected Overridable Sub OnChannelOpened (args As ChannelEventArgs)

Parameters

args
ChannelEventArgs

Channel event arguments.

Applies to