Kongsi melalui


ServiceChannel<TChannel>.OnChannelClosed Method (ChannelEventArgs)

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected virtual void OnChannelClosed(
    ChannelEventArgs args
)
protected:
virtual void OnChannelClosed(
    ChannelEventArgs^ args
)
abstract OnChannelClosed : 
        args:ChannelEventArgs -> unit
override OnChannelClosed : 
        args:ChannelEventArgs -> unit
Protected Overridable Sub OnChannelClosed (
    args As ChannelEventArgs
)

Parameters

See Also

ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright