Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > IContextManagerService Interface : GetMostRecentContextCoupon Method |
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoupon")] Stream GetMostRecentContextCoupon( string id, string domain )
'Declaration
<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
'Usage
Dim instance As IContextManagerService Dim id As String Dim domain As String Dim value As Stream value = instance.GetMostRecentContextCoupon(id, domain)
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=GetMostRecentContextCoupon")] Stream^ GetMostRecentContextCoupon( String^ id, String^ domain )