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). - The CCOW context management registry (ContextManagementRegistry Web Interface) is responsible for hosting and locating the CCOW component services.
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