Informs a context agent (e.g., mapping agent, annotation agent) in a common context session that a change to the common context data is pending.
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&contextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&managerSignature={managerSignature}")]
[OperationContractAttribute()]
Stream ContextChangesPending(
int ,
string ,
string[] ,
string[] ,
int ,
string
)
'Declaration
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&contextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&managerSignature={managerSignature}")>
<OperationContractAttribute()>
Function ContextChangesPending( _
ByVal As Integer, _
ByVal As String, _
ByVal () As String, _
ByVal () As String, _
ByVal As Integer, _
ByVal As String _
) As Stream
'Usage
Dim instance As ICcowContextAgentService
Dim agentCoupon As Integer
Dim contextManager As String
Dim itemNames() As String
Dim itemValues() As String
Dim contextCoupon As Integer
Dim managerSignature As String
Dim value As Stream
value = instance.ContextChangesPending(agentCoupon, contextManager, itemNames, itemValues, contextCoupon, managerSignature)
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&contextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&managerSignature={managerSignature}")]
[OperationContractAttribute()]
Stream^ ContextChangesPending(
int ,
String^ ,
array<String^>^ ,
array<String^>^ ,
int ,
String^
)
Parameters
- agentCoupon
- A predefined coupon that denotes the specific type of context agent.
- contextManager
- The context manager interface.
- itemNames
- The names of the context items.
- itemValues
- The values of the context items.
- contextCoupon
- The context change transaction or context action.
- managerSignature
- The context manager's digital signature.
Return Value
The agentCoupon, itemNames, itemValues, contextCoupon, agentSignature, decision and reason values.