LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Perform Method






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)
string Perform( 
   int participantCoupon,
   object itemNames,
   object itemValues,
   string appSignature,
   ref int actionCoupon,
   ref object outitemNames,
   ref object outitemValues
)
function Leadtools.Ccow.IContextAction.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IContextAction Interface
IContextAction Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.