ServiceChannel<TChannel>.OnChannelClosed(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.
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.