- contextCoupon
- The transaction within which the context changes occurred.
| Visual Basic (Declaration) | |
|---|---|
Sub ContextChangesCanceled( _ ByVal contextCoupon As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IContextParticipant Dim contextCoupon As Integer instance.ContextChangesCanceled(contextCoupon) | |
| C# | |
|---|---|
void ContextChangesCanceled( int contextCoupon ) | |
| C++/CLI | |
|---|---|
void ContextChangesCanceled( int contextCoupon ) | |
Parameters
- contextCoupon
- The transaction within which the context changes occurred.
For an example refer to JoinCommonContext.
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