ContextManager Class

Summary

Enables a context participant to join and leave a common context session, and perform context change transactions.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[GuidAttribute("2EA7D3C7-99DD-4c54-AD08-84786A30BF60")] 
[ProgIdAttribute("CCOW.ContextManager")] 
[ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType)] 
[ComVisibleAttribute(true)] 
public class ContextManager : IContextManager, IContextSession, IContextData, IContextFilter, ISecureBinding, IContextAction, ISecureContextData, IDisposable, IWebContextManager, IListenerRegistrar, IWebContextSession 
<SerializableAttribute(),  _ 
 GuidAttribute("2EA7D3C7-99DD-4c54-AD08-84786A30BF60"),  _ 
 ProgIdAttribute("CCOW.ContextManager"),  _ 
 ComVisibleAttribute(true),  _ 
 ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType)>  _ 
Public Class ContextManager 
 Inherits IContextData 
 Implements IContextFilter, ISecureBinding, IContextAction, ISecureContextData, System.IDisposable, IWebContextManager, IContextManager, IListenerRegistrar, IWebContextSession, IContextSession, System.Object 
[SerializableAttribute,  
GuidAttribute(L"2EA7D3C7-99DD-4c54-AD08-84786A30BF60"),  
ProgIdAttribute(L"CCOW.ContextManager"),  
ComVisibleAttribute(true),  
ClassInterfaceAttribute(System::Runtime::InteropServices::ClassInterfaceType)] 
public ref class ContextManager : public IContextData, public IContextFilter, public ISecureBinding,  
 public IContextAction, public ISecureContextData, public System.IDisposable,  
 public IWebContextManager, public IContextManager, public IListenerRegistrar,  
 public IWebContextSession, public IContextSession, public System.Object; 

Requirements

Target Platforms

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

Leadtools.Ccow.Server Assembly