Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.10
|
The LEADTOOLS CCOW Server is a Context Manager with support for COM local server and web interfaces. Each request for a context management interface will return the same instance of the context management interface. As a result, only one copy of the LEADTOOLS CCOW Context Manager application will ever be running.
To enable an application to become a context manager, register the CCOW server components and start the server.
After registering the CCOW server components, call the CcowServer.Start method to start the server.
Call the CcowServer.Stop method to stop a running CCOW server.
To enable CCOW Web interfaces on a running CCOW server (a started CCOW ActiveX server), start the ContextManagementRegistryService component (Leadtools.Ccow.Services.ContextManagementRegistryService.Start).