- 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.
Visual Basic (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 |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
C# | |
---|---|
string Perform( int participantCoupon, object itemNames, object itemValues, string appSignature, ref int actionCoupon, ref object outitemNames, ref object outitemValues ) |
C++/CLI | |
---|---|
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.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7