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.
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 Leadtools.Ccow.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,Leadtools.Ccow.IContextManager^ contextManager,Object^ itemNames,Object^ itemValues,int contextCoupon,String^ managerSignature,int% outAgentCoupon,Object^% outitemNames,Object^% outitemValues,int% outContextCoupon,String^% agentSignature,String^% decision,String^% reason)
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
