Gets the most recent context coupon.
[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoup" + "on")]
public Stream GetMostRecentContextCoupon(
string id,
string domain
)
id
The context manager id.
domain
The domain name of the site or organization that is being served by the located component.
The most recent context coupon represents the previously committed transaction.