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

SetSubjectsOfInterest Method






The participant coupon of an application that has joined the common context.
The name of the context subjects the application is interested in.
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
void SetSubjectsOfInterest( 
   int participantCoupon,
   string[] subjectNames
)
'Declaration
 
Sub SetSubjectsOfInterest( _
   ByVal participantCoupon As Integer, _
   ByVal subjectNames() As String _
) 
'Usage
 
Dim instance As IContextFilter
Dim participantCoupon As Integer
Dim subjectNames() As String
 
instance.SetSubjectsOfInterest(participantCoupon, subjectNames)
void SetSubjectsOfInterest( 
   int participantCoupon,
   string[] subjectNames
)
function Leadtools.Ccow.IContextFilter.SetSubjectsOfInterest( 
   participantCoupon ,
   subjectNames 
)
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: 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.