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.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&participantCoupon={participantCoupon}&subjectNames={subjectNames}")]
Stream SetSubjectsOfInterest(
string ,
string domain,
int ,
string[]
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&participantCoupon={participantCoupon}&subjectNames={subjectNames}")>
Function SetSubjectsOfInterest( _
ByVal As String, _
ByVal domain As String, _
ByVal As Integer, _
ByVal () As String _
) As Stream
'Usage
Dim instance As IContextFilterService
Dim id As String
Dim domain As String
Dim participantCoupon As Integer
Dim subjectNames() As String
Dim value As Stream
value = instance.SetSubjectsOfInterest(id, domain, participantCoupon, subjectNames)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=SetSubjectsOfInterest&participantCoupon={participantCoupon}&subjectNames={subjectNames}")]
Stream^ SetSubjectsOfInterest(
String^ ,
String^ domain,
int ,
array<String^>^
)
Parameters
- id
- The context manager id.
- domain
- The domain name of the site or organization that is being served by the located component.
- 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.
Return Value
The name of the context subjects.