Disconnect Method

Summary
Enables an application to disconnect from the authentication repository.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Disconnect&bin" + "dingCoupon={bindingCoupon}")] 
public Stream Disconnect( 
   string id, 
   string domain, 
   int bindingCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Disconnect&bindingCoupon={bindingCoupon}")> 
Function Disconnect( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal bindingCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=AuthenticationRepository&method=Disconnect&bindingCoupon={bindingCoupon}")] 
Stream^ Disconnect(  
   String^ id, 
   String^ domain, 
   int bindingCoupon 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

bindingCoupon
The connection coupon obtain from the Connect method.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.