Informs a participant in a common context session that a change to the common context data is pending.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IContextParticipant
Dim contextCoupon As Integer
Dim reason As String
Dim value As String
value = instance.ContextChangesPending(contextCoupon, reason) |
Parameters
- contextCoupon
- The transaction within which the context changes occurred.
- reason
- The reason provided by the participant if it cannot accept the changes.
Return Value
The decision the participant made about the changes.
Example
Remarks
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