Enables the application that instigated a context change transaction to indicate that it has completed its changes to the common context.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IContextManager
Dim contextCoupon As Integer
Dim noContinue As Boolean
Dim value As Object
value = instance.EndContextChanges(contextCoupon, noContinue) |
Parameters
- contextCoupon
- The context coupon of the transaction received from StartContextChanges.
- noContinue
- Determines if the context change transaction can continue.
Return Value
Array of strings that is used to convey the results of the survey to the application that instigated a context 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