Zdieľať cez


ServiceChannel<TChannel>.OnChannelClosed(ChannelEventArgs) Method

Definition

Inserts processing on a service channel after it transitions to the closing state due to the invocation of a synchronous close operation.

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

Parameters

args
ChannelEventArgs

Channel event arguments.

Applies to