[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesAccepted&contextCoupon={contextCoupon}")]
[OperationContractAttribute()]
Stream ContextChangesAccepted(
string ,
int
)
'Declaration
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesAccepted&contextCoupon={contextCoupon}")>
<OperationContractAttribute()>
Function ContextChangesAccepted( _
ByVal As String, _
ByVal As Integer _
) As Stream
'Usage
Dim instance As ICcowParticipantService
Dim id As String
Dim contextCoupon As Integer
Dim value As Stream
value = instance.ContextChangesAccepted(id, contextCoupon)
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesAccepted&contextCoupon={contextCoupon}")]
[OperationContractAttribute()]
Stream^ ContextChangesAccepted(
String^ ,
int
)