←Select platform

UndoContextChanges Method

Summary

Enables an application to discard any context data changes that it has already made.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=UndoContextChanges&contextCoupon={contextCoupon}")] 
Stream UndoContextChanges(  
   string id, 
   string domain, 
   int contextCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=UndoContextChanges&contextCoupon={contextCoupon}")> 
Function UndoContextChanges( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal contextCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextManager&method=UndoContextChanges&contextCoupon={contextCoupon}")] 
Stream^ UndoContextChanges(  
   String^ id, 
   String^ domain, 
   int contextCoupon 
) 

Parameters

id
The context manager id.

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow.Services Assembly
Click or drag to resize