- contextCoupon
- The context coupon of the transaction received from StartContextChanges.
- decision
- The decision made about the context changes.
Visual Basic (Declaration) | |
---|---|
Sub PublishChangesDecision( _ ByVal contextCoupon As Integer, _ ByVal decision As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IContextManager Dim contextCoupon As Integer Dim decision As String instance.PublishChangesDecision(contextCoupon, decision) |
C# | |
---|---|
void PublishChangesDecision( int contextCoupon, string decision ) |
C++/CLI | |
---|---|
void PublishChangesDecision( int contextCoupon, String^ decision ) |
Parameters
- contextCoupon
- The context coupon of the transaction received from StartContextChanges.
- decision
- The decision made about the context changes.
For an example refer to JoinCommonContext.
If the decision is to accept the changes, the value of the decision is "accept". If the decision is to cancel the changes, the value of decision is "cancel". Once the decision has been published the change transaction is complete.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7