ServiceProxy<TService>.OnFactoryClosed(ChannelEventArgs) Method

Definition

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.

Applies to