Instructs the context manager to perform a context action.
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextAction&method=Perform&cpCallBackURL={cpCallBackURL}&cpErrorURL={cpErrorURL}&partcipantCoupon={partcipantCoupon}&inputNames={inputNames}&inputValues={inputValues}&appSignature={appSignature}")]
Stream Perform(
string ,
string domain,
string ,
string ,
int ,
string[] ,
string[] ,
string
)
'Declaration
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextAction&method=Perform&cpCallBackURL={cpCallBackURL}&cpErrorURL={cpErrorURL}&partcipantCoupon={partcipantCoupon}&inputNames={inputNames}&inputValues={inputValues}&appSignature={appSignature}")>
Function Perform( _
ByVal As String, _
ByVal domain As String, _
ByVal As String, _
ByVal As String, _
ByVal As Integer, _
ByVal () As String, _
ByVal () As String, _
ByVal As String _
) As Stream
'Usage
Dim instance As IContextActionService
Dim id As String
Dim domain As String
Dim cpCallBackURL As String
Dim cpErrorURL As String
Dim partcipantCoupon As Integer
Dim inputNames() As String
Dim inputValues() As String
Dim appSignature As String
Dim value As Stream
value = instance.Perform(id, domain, cpCallBackURL, cpErrorURL, partcipantCoupon, inputNames, inputValues, appSignature)
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextAction&method=Perform&cpCallBackURL={cpCallBackURL}&cpErrorURL={cpErrorURL}&partcipantCoupon={partcipantCoupon}&inputNames={inputNames}&inputValues={inputValues}&appSignature={appSignature}")]
Stream^ Perform(
String^ ,
String^ domain,
String^ ,
String^ ,
int ,
array<String^>^ ,
array<String^>^ ,
String^
)
Parameters
- id
- The context manager id.
- domain
- The domain name of the site or organization that is being served by the located component.
- cpCallBackURL
- The URL that the context participant should be redirected to when the action completed.
- cpErrorURL
- The URL that the context participant should be redirected to when an error occurred while performing the action.
- partcipantCoupon
- The participant coupon of the application received from JoinCommonContext.
- inputNames
- The item names for the context action.
- inputValues
- The item values for the context action.
- appSignature
- The digital signature of the application.
Return Value
The actionCoupon, outputNames, outputValues and managerSignature.