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++
public void SetSubjectsOfInterest( 
   int participantCoupon, 
   string[] subjectNames 
) 
Sub SetSubjectsOfInterest( _ 
   ByVal participantCoupon As Integer, _ 
   ByVal subjectNames() As String _ 
)  
void SetSubjectsOfInterest(  
   int participantCoupon, 
   array<String^>^ subjectNames 
)  

Parameters

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.

Requirements

Target Platforms

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

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.