ServiceProxy<TService>.CloseChannel Method (Boolean)

 

Applies To: Dynamics CRM 2015

Closes a validated service channel.

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

Syntax

protected virtual void CloseChannel(
    bool forceClose
)
protected:
virtual void CloseChannel(
    bool forceClose
)
abstract CloseChannel : 
        forceClose:bool -> unit
override CloseChannel : 
        forceClose:bool -> unit
Protected Overridable Sub CloseChannel (
    forceClose As Boolean
)

Parameters

  • forceClose
    Type: System.Boolean

    Type: Boolean. true if the service channel should be forced to close; otherwise, false.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright