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++
public string[] GetSubjectsOfInterest( 
   int participantCoupon 
) 
Function GetSubjectsOfInterest( _ 
   ByVal participantCoupon As Integer _ 
) As String() 
array<String^>^ GetSubjectsOfInterest(  
   int participantCoupon 
)  

Parameters

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

Return Value

The names of the context subjects for which the application will be surveyed and notified.

Remarks

If the application has not requested that all subjects be filtered, meaning that it will not be surveyed or notified during the course of any context change transaction, then the output subjectNames is empty (i.e. zero elements).

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