Instructs the context manager to perform a context action.
string Perform(
int ,
object ,
object ,
string ,
ref int ,
ref object ,
ref object
)
'Declaration
Function Perform( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object, _
ByVal As String, _
ByRef As Integer, _
ByRef As Object, _
ByRef 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.