GetMostRecentContextCoupon Method

Summary
Gets the most recent context coupon.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoup" + "on")] 
public Stream GetMostRecentContextCoupon( 
   string id, 
   string domain 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoupon")> 
Function GetMostRecentContextCoupon( _ 
   ByVal id As String, _ 
   ByVal domain As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoupon")] 
Stream^ GetMostRecentContextCoupon(  
   String^ id, 
   String^ domain 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

Return Value

The most recent context coupon represents the previously committed transaction.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.