Register Method

Summary

Register a listener URL.

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

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.

participantCoupon
The coupon denoting the participant whose url to be registered.

Return Value

The context coupon for the most recently committed change transaction.

Requirements

Target Platforms

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

Leadtools.Ccow.Services Assembly