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 ,
string[]
)
'Declaration
Sub SetSubjectsOfInterest( _
ByVal As Integer, _
ByVal () As String _
)
'Usage
Dim instance As IContextFilter
Dim participantCoupon As Integer
Dim subjectNames() As String
instance.SetSubjectsOfInterest(participantCoupon, subjectNames)
void SetSubjectsOfInterest(
int ,
array<String^>^
)
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
See Also