C#
VB
C++
Informs a web participant in a common context session that the result of the most recent context change survey was to accept the changes and that the common context data has indeed been set.
[WebGetAttribute(BodyStyle=0,
UriTemplate="id={id}/?interface=ContextParticipant&method=ContextChangesCanceled&contextCoupon" + "={contextCoupon}")]
[OperationContractAttribute()]
public Stream ContextChangesCanceled(
string id,
int contextCoupon
)
id
The context participant id.
contextCoupon
The transaction within which the context changes occurred.