LEADTOOLS Medical (Leadtools.Ccow assembly)

ContextChangesPending Method (IContextAgent)

Show in webframe





A predefined coupon that denotes the specific type of context agent.
The context manager interface.
The names of the context items.
The values of the context items.
The context change transaction or context action.
The context manager's digital signature.
The output agent coupon.
The context item names that are to be set by the context manager.
The context item values that are to be set by the context manager.
The out context coupon.
The context agent digital signature. Required if itemNames and itemValues contains secure subjects.
The value of the output decision. If the agent not a mapping agent, then this value is not used.
The value of the output reason. If the agent is not a mapping agent, then this value is not used
Informs a context agent (e.g., mapping agent, annotation agent, context agent) in a common context session that a change to the common context data is pending.
Syntax
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
)
'Declaration
 
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
'Usage
 
Dim instance As IContextAgent
Dim agentCoupon As Integer
Dim contextManager As IContextManager
Dim itemNames As Object
Dim itemValues As Object
Dim contextCoupon As Integer
Dim managerSignature As String
Dim outAgentCoupon As Integer
Dim outitemNames As Object
Dim outitemValues As Object
Dim outContextCoupon As Integer
Dim agentSignature As String
Dim decision As String
Dim reason As String
Dim value As String
 
value = instance.ContextChangesPending(agentCoupon, contextManager, itemNames, itemValues, contextCoupon, managerSignature, outAgentCoupon, outitemNames, outitemValues, outContextCoupon, agentSignature, decision, 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

See Also

Reference

IContextAgent Interface
IContextAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.