←Select platform

ContextChangesPending Method

Summary

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.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&co" + "ntextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&cont" + "extCoupon={contextCoupon}&managerSignature={managerSignature}")] 
public Stream ContextChangesPending( 
   int agentCoupon, 
   string contextManager, 
   string[] itemNames, 
   string[] itemValues, 
   int contextCoupon, 
   string managerSignature 
) 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&contextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&managerSignature={managerSignature}")> 
<OperationContractAttribute()> 
Function ContextChangesPending( _ 
   ByVal agentCoupon As Integer, _ 
   ByVal contextManager As String, _ 
   ByVal itemNames() As String, _ 
   ByVal itemValues() As String, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal managerSignature As String _ 
) As Stream 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=ContextChangesPending&agentCoupon={agentCoupon}&contextManager={contextManager}&itemNames={itemNames}&itemValues={itemValues}&contextCoupon={contextCoupon}&managerSignature={managerSignature}")] 
[OperationContractAttribute()] 
Stream^ ContextChangesPending(  
   int agentCoupon, 
   String^ contextManager, 
   array<String^>^ itemNames, 
   array<String^>^ itemValues, 
   int contextCoupon, 
   String^ managerSignature 
)  

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.

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.Services Assembly