Register a listener URL.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Register&url={url}&participantCoupon={participantCoupon}")]
Stream Register(
string ,
string domain,
string ,
int
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Register&url={url}&participantCoupon={participantCoupon}")>
Function Register( _
ByVal As String, _
ByVal domain As String, _
ByVal As String, _
ByVal As Integer _
) As Stream
'Usage
Dim instance As IListenerRegistrarService
Dim id As String
Dim domain As String
Dim url As String
Dim participantCoupon As Integer
Dim value As Stream
value = instance.Register(id, domain, url, participantCoupon)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ListenerRegistrar&method=Register&url={url}&participantCoupon={participantCoupon}")]
Stream^ Register(
String^ ,
String^ domain,
String^ ,
int
)
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.