←Select platform

GetSubjectsOfInterest Method

Summary

Enables an application in a common context session to get names of those subjects for which it will survey and be notified whenever the item values for these subjects are set during the course of a context change transaction.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&par" + "ticipantCoupon={participantCoupon}")] 
[OperationContractAttribute()] 
public Stream GetSubjectsOfInterest( 
   string id, 
   string domain, 
   int participantCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&participantCoupon={participantCoupon}")> 
Function GetSubjectsOfInterest( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&participantCoupon={participantCoupon}")] 
Stream^ GetSubjectsOfInterest(  
   String^ id, 
   String^ domain, 
   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.

participantCoupon
The participant coupon of an application that has joined the common context.

Return Value

The names of the context subjects.

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