- contextCoupon
- The context coupon of the trasaction received from StartContextChanges.
| Visual Basic (Declaration) | |
|---|---|
Sub UndoContextChanges( _ ByVal contextCoupon As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IContextManager Dim contextCoupon As Integer instance.UndoContextChanges(contextCoupon) | |
| C# | |
|---|---|
void UndoContextChanges( int contextCoupon ) | |
| C++/CLI | |
|---|---|
void UndoContextChanges( int contextCoupon ) | |
Parameters
- contextCoupon
- The context coupon of the trasaction received from StartContextChanges.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code