Enables an application to indicate that it wants to start changing the common context.
int StartContextChanges(
int
)
'Declaration
Function StartContextChanges( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As IContextManager
Dim participantCoupon As Integer
Dim value As Integer
value = instance.StartContextChanges(participantCoupon)
int StartContextChanges(
int
)
Parameters
- participantCoupon
- The participant coupon of the application received from JoinCommonContext.
Return Value
A context coupon that denotes the current change transaction.