←Select platform

Perform Method

Summary

Instructs the context manager to perform a context action.

Syntax

C#
VB
C++
public string Perform( 
   int participantCoupon, 
   object itemNames, 
   object itemValues, 
   string appSignature, 
   ref int actionCoupon, 
   ref object outitemNames, 
   ref object outitemValues 
) 
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 
String^ Perform(  
   int participantCoupon, 
   Object^ itemNames, 
   Object^ itemValues, 
   String^ appSignature, 
   int% actionCoupon, 
   Object^% outitemNames, 
   Object^% 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly