[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&c" + "ontextCoupon={contextCoupon}&decision={decision}")]
public Stream PublishChangesDecision(
string id,
string domain,
int contextCoupon,
string decision
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")>
Function PublishChangesDecision( _
ByVal id As String, _
ByVal domain As String, _
ByVal contextCoupon As Integer, _
ByVal decision As String _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=PublishChangesDecision&contextCoupon={contextCoupon}&decision={decision}")]
Stream^ PublishChangesDecision(
String^ id,
String^ domain,
int contextCoupon,
String^ decision
)
domain
The domain name of the site or organization that is being served by the located component.
contextCoupon
The context coupon of the transaction received from StartContextChanges.
The listeners URLs that need to be notified about the context change transaction. Empty if is not "accept".