LEADTOOLS Medical (Leadtools.Ccow assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ContextChangesPending Method
See Also 
Leadtools.Ccow Namespace > IContextParticipant Interface : ContextChangesPending Method



contextCoupon
The transaction within which the context changes occurred.
reason
The reason provided by the participant if it cannot accept the changes.
contextCoupon
The transaction within which the context changes occurred.
reason
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

Visual Basic (Declaration) 
Function ContextChangesPending( _
   ByVal contextCoupon As Integer, _
   ByRef reason As String _
) As String
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)
C# 
string ContextChangesPending( 
   int contextCoupon,
   ref string reason
)
C++/CLI 
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.

Example

For an example refer to JoinCommonContext.

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".

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

Leadtools.Ccow requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features