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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly