GetItemNames Method

Summary
Enables a participant in a common context session to obtain the names of common subject context items in the context.
Syntax
C#
VB
C++
public object GetItemNames( 
   int contextCoupon 
) 
Function GetItemNames( _ 
   ByVal contextCoupon As Integer _ 
) As Object 
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

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.