ServiceProxy<TService>.OnFactoryClosed(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.
Event handler virtual method for a channel factory that is in a closed state.
protected:
virtual void OnFactoryClosed(Microsoft::Xrm::Sdk::Client::ChannelEventArgs ^ args);
protected virtual void OnFactoryClosed (Microsoft.Xrm.Sdk.Client.ChannelEventArgs args);
abstract member OnFactoryClosed : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
override this.OnFactoryClosed : Microsoft.Xrm.Sdk.Client.ChannelEventArgs -> unit
Protected Overridable Sub OnFactoryClosed (args As ChannelEventArgs)
Parameters
- args
- ChannelEventArgs
Channel events arguments.