LEADTOOLS Medical (Leadtools.Ccow assembly)

Perform Method

Show in webframe





The participant coupon of the application received from IContextManager.JoinCommonContext.
The item names for the context action.
The item values for the context action.
The digital signature of the application.
The coupon for the most recently performed action.
The output item names for the action.
The output item values for the action.
Instructs the context manager to perform a context action.
Syntax
string Perform( 
   int participantCoupon,
   object itemNames,
   object itemValues,
   string appSignature,
   ref int actionCoupon,
   ref object outitemNames,
   ref object outitemValues
)
'Declaration
 
Function Perform( _
   ByVal participantCoupon As Integer, _
   ByVal itemNames As Object, _
   ByVal itemValues As Object, _
   ByVal appSignature As String, _
   ByRef actionCoupon As Integer, _
   ByRef outitemNames As Object, _
   ByRef outitemValues As Object _
) As String
'Usage
 
Dim instance As IContextAction
Dim participantCoupon As Integer
Dim itemNames As Object
Dim itemValues As Object
Dim appSignature As String
Dim actionCoupon As Integer
Dim outitemNames As Object
Dim outitemValues As Object
Dim value As String
 
value = instance.Perform(participantCoupon, itemNames, itemValues, appSignature, actionCoupon, outitemNames, outitemValues)

            

            

Parameters

participantCoupon
The participant coupon of the application received from IContextManager.JoinCommonContext.
itemNames
The item names for the context action.
itemValues
The item values for the context action.
appSignature
The digital signature of the application.
actionCoupon
The coupon for the most recently performed action.
outitemNames
The output item names for the action.
outitemValues
The output item values for the action.

Return Value

The digital signature of the context manager.
Remarks
Whenever the action being performed is a secure action, then the context manager shall provide its digital signature as the value of the output managerSignature, for all iterations of Perform. Otherwise, the value of the output managerSignature input shall be an empty string.
Requirements

Target Platforms

See Also

Reference

IContextAction Interface
IContextAction Members

 

 


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