LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

GetSubjectsOfInterest Method






The participant coupon of an application that has joined the common context.
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
string[] GetSubjectsOfInterest( 
   int participantCoupon
)
'Declaration
 
Function GetSubjectsOfInterest( _
   ByVal participantCoupon As Integer _
) As String()
'Usage
 
Dim instance As IContextFilter
Dim participantCoupon As Integer
Dim value() As String
 
value = instance.GetSubjectsOfInterest(participantCoupon)
string[] GetSubjectsOfInterest( 
   int participantCoupon
)
function Leadtools.Ccow.IContextFilter.GetSubjectsOfInterest( 
   participantCoupon 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IContextFilter Interface
IContextFilter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.