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