←Select platform

Unregister Method

Summary

Unregister a listener URL.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Unregister&url={url}")] 
[OperationContractAttribute()] 
public Stream Unregister( 
   string id, 
   string domain, 
   string url 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Unregister&url={url}")> 
Function Unregister( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal url As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Unregister&url={url}")] 
Stream^ Unregister(  
   String^ id, 
   String^ domain, 
   String^ url 
)  

Parameters

id
The context manager id.

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

url
The listener's URL.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly