JoinCommonContext Method

Summary

Enables an application to join a common context session.

Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=JoinCommonContext&applic" + "ationName={applicationName}&contextParticipant={contextParticipant}&survey={surv" + "ey}&wait={wait}")] 
public Stream JoinCommonContext( 
   string id, 
   string domain, 
   string applicationName, 
   string contextParticipant, 
   bool survey, 
   bool wait 
) 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=JoinCommonContext&applicationName={applicationName}&contextParticipant={contextParticipant}&survey={survey}&wait={wait}")> 
<OperationContractAttribute()> 
Function JoinCommonContext( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal applicationName As String, _ 
   ByVal contextParticipant As String, _ 
   ByVal survey As Boolean, _ 
   ByVal wait As Boolean _ 
) As Stream 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=JoinCommonContext&applicationName={applicationName}&contextParticipant={contextParticipant}&survey={survey}&wait={wait}")] 
[OperationContractAttribute()] 
Stream^ JoinCommonContext(  
   String^ id, 
   String^ domain, 
   String^ applicationName, 
   String^ contextParticipant, 
   bool survey, 
   bool wait 
)  

Parameters

id
The context manager id.

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

applicationName
Name of the application.

contextParticipant
The context participant interface provided by the application.

survey
If set to true participate in context change surveys. If false the application will only be informed when a context change has been accepted.

wait
If set to true wait for the current context change transaction to complete.

Return Value

The participant coupon.

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