SetSubjectsOfInterest Method

Summary

Enables an application in a common context session to set 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++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&par" + "ticipantCoupon={participantCoupon}&subjectNames={subjectNames}")] 
public Stream SetSubjectsOfInterest( 
   string id, 
   string domain, 
   int participantCoupon, 
   string[] subjectNames 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&participantCoupon={participantCoupon}&subjectNames={subjectNames}")> 
Function SetSubjectsOfInterest( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal participantCoupon As Integer, _ 
   ByVal subjectNames() As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&participantCoupon={participantCoupon}&subjectNames={subjectNames}")] 
Stream^ SetSubjectsOfInterest(  
   String^ id, 
   String^ domain, 
   int participantCoupon, 
   array<String^>^ subjectNames 
)  

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.

subjectNames
The name of the context subjects the application is interested in.

Return Value

The name of the context subjects.

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