OnContextChangesPending Method

Summary

CcowContextAgentService class member

Syntax
C#
VB
C++
protected abstract void OnContextChangesPending( 
   int agentCoupon, 
   string contextManager, 
   string[] itemNames, 
   string[] itemValues, 
   int contextCoupon, 
   string managerSignature, 
   ref int outAgentCoupon, 
   ref string[] outitemNames, 
   ref string[] outitemValues, 
   ref int outContextCoupon, 
   ref string agentSignature, 
   ref string decision, 
   ref string reason 
) 
Protected MustOverride Sub OnContextChangesPending( _ 
   ByVal agentCoupon As Integer, _ 
   ByVal contextManager As String, _ 
   ByVal itemNames() As String, _ 
   ByVal itemValues() As String, _ 
   ByVal contextCoupon As Integer, _ 
   ByVal managerSignature As String, _ 
   ByRef outAgentCoupon As Integer, _ 
   ByRef outitemNames As String(), _ 
   ByRef outitemValues As String(), _ 
   ByRef outContextCoupon As Integer, _ 
   ByRef agentSignature As String, _ 
   ByRef decision As String, _ 
   ByRef reason As String _ 
)  
protected: 
abstract void OnContextChangesPending(  
   int agentCoupon, 
   String^ contextManager, 
   array<String^>^ itemNames, 
   array<String^>^ itemValues, 
   int contextCoupon, 
   String^ managerSignature, 
   int% outAgentCoupon, 
   array<String^>% outitemNames, 
   array<String^>% outitemValues, 
   int% outContextCoupon, 
   String^% agentSignature, 
   String^% decision, 
   String^% reason 
)  

Parameters

agentCoupon
A predefined coupon that denotes the specific type of context agent.

contextManager
The web 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

See Also

Reference

CcowContextAgentService Class

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

Leadtools.Ccow.Services Assembly