LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

ContextChangesPending Method (IContextParticipant)






The transaction within which the context changes occurred.
The reason provided by the participant if it cannot accept the changes.
Informs a participant in a common context session that a change to the common context data is pending.
Syntax
string ContextChangesPending( 
   int contextCoupon,
   ref string reason
)
'Declaration
 
Function ContextChangesPending( _
   ByVal contextCoupon As Integer, _
   ByRef reason As String _
) As String
'Usage
 
Dim instance As IContextParticipant
Dim contextCoupon As Integer
Dim reason As String
Dim value As String
 
value = instance.ContextChangesPending(contextCoupon, reason)
string ContextChangesPending( 
   int contextCoupon,
   ref string reason
)
function Leadtools.Ccow.IContextParticipant.ContextChangesPending( 
   contextCoupon ,
   reason 
)
String^ ContextChangesPending( 
   int contextCoupon,
   String^% 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.
Remarks
For an application that accepts the changes, the value of the output decision shall be "accept" and the value of the output reason shall be an empty string. For an application that conditionally accepts the changes, the value of the output decision shall be "conditionally_accept".
Example
For an example refer to JoinCommonContext.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IContextParticipant Interface
IContextParticipant Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.