LEADTOOLS Medical (Leadtools.Ccow assembly)

SetSubjectsOfInterest Method

Show in webframe





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,
   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

See Also

Reference

IContextFilter Interface
IContextFilter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.