ContextChangesPending Method

Summary
Informs a web 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++
public virtual string ContextChangesPending( 
   int agentCoupon, 
   IContextManager contextManager, 
   object itemNames, 
   object itemValues, 
   int contextCoupon, 
   string managerSignature, 
   ref int outAgentCoupon, 
   ref object outitemNames, 
   ref object outitemValues, 
   ref int outContextCoupon, 
   ref string agentSignature, 
   ref string decision, 
   ref string reason 
) 
Public Overridable Function ContextChangesPending( _ 
   ByVal agentCoupon As Integer, _ 
   ByVal contextManager As IContextManager, _ 
   ByVal itemNames As Object, _ 
   ByVal itemValues As Object, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal managerSignature As String, _ 
   ByRef outAgentCoupon As Integer, _ 
   ByRef outitemNames As Object, _ 
   ByRef outitemValues As Object, _ 
   ByRef outContextCoupon As Integer, _ 
   ByRef agentSignature As String, _ 
   ByRef decision As String, _ 
   ByRef reason As String _ 
) As String 
public: 
virtual String^ ContextChangesPending(  
   int agentCoupon, 
   IContextManager^ contextManager, 
   Object^ itemNames, 
   Object^ itemValues, 
   int contextCoupon, 
   String^ managerSignature, 
   int% outAgentCoupon, 
   Object^% outitemNames, 
   Object^% outitemValues, 
   int% outContextCoupon, 
   String^% agentSignature, 
   String^% decision, 
   String^% reason 
)  

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.

outAgentCoupon
The output agent coupon.

outitemNames
The context item names that are to be set by the context manager.

outitemValues
The context item values that are to be set by the context manager.

outContextCoupon
The out context coupon.

agentSignature
The context agent digital signature. Required if itemNames and itemValues contains secure subjects.

decision
The value of the output decision. If the agent not a mapping agent, then this value is not used.

reason
The value of the output reason. If the agent is not a mapping agent, then this value is not used

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.