LEADTOOLS Medical (Leadtools.Ccow assembly)

GetItemNames Method (IContextData)

Show in webframe





The context coupon.
Enables a participant in a common context session to obtain the names of common subject context items in the context.
Syntax
object GetItemNames( 
   int contextCoupon
)
'Declaration
 
Function GetItemNames( _
   ByVal contextCoupon As Integer _
) As Object
'Usage
 
Dim instance As IContextData
Dim contextCoupon As Integer
Dim value As Object
 
value = instance.GetItemNames(contextCoupon)

            

            
Object^ GetItemNames( 
   int contextCoupon
) 

Parameters

contextCoupon
The context coupon.

Return Value

A string array containing the common subject context item names that represent the state of the common context as it was when the most recently committed transaction was completed.
Remarks
This method can be performed outside the scope of a context change transaction. In this case, the value of the input contextCoupon must denote the most recently committed transaction. This method can also be performed within the scope of a context change transaction that is currently in progress. In this case, the input contextCoupon must denote the current transaction.
Example
For an example refer to JoinCommonContext.
Requirements

Target Platforms

See Also

Reference

IContextData Interface
IContextData Members

 

 


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