Enables an application to indicate that it wants to start changing the common context.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IContextManager
Dim participantCoupon As Integer
Dim value As Integer
value = instance.StartContextChanges(participantCoupon) |
Parameters
- participantCoupon
- The participant coupon of the application received from JoinCommonContext.
Return Value
A context coupon that denotes the current change transaction.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also