LEADTOOLS Medical (Leadtools.Ccow assembly)

ContextChangesPending Method (IContextParticipant)

Show in webframe





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,
   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

See Also

Reference

IContextParticipant Interface
IContextParticipant Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.