[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&par" + "ticipantCoupon={participantCoupon}")]
public Stream GetSubjectsOfInterest(
string id,
string domain,
int participantCoupon
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&participantCoupon={participantCoupon}")>
Function GetSubjectsOfInterest( _
ByVal id As String, _
ByVal domain As String, _
ByVal participantCoupon As Integer _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextFilter&method=GetSubjectsOfInterest&participantCoupon={participantCoupon}")]
Stream^ GetSubjectsOfInterest(
String^ id,
String^ domain,
int participantCoupon
)
domain
The domain name of the site or organization that is being served by the located component.
The names of the context subjects.