Starts the ContextManagementRegistryService.
public virtual void Start()Public Overridable Sub Start()public:virtual void Start();
Imports Leadtools.CcowImports Leadtools.Ccow.ServicesPrivate service As ContextManagementRegistryService<TestMethod()> _Public Sub StartService()' Create ContextManagementRegistryServiceIf service Is Nothing Thenservice = New ContextManagementRegistryService()End IfIf Not service.IsStarted Then' Start the service to listen for Locate CCOW components requestsservice.Start()End IfEnd SubPublic Sub StopService()If service IsNot Nothing AndAlso service.IsStarted Thenservice.Stop()End IfEnd Sub
using Leadtools.Ccow;using Leadtools.Ccow.Services;private ContextManagementRegistryService service;public void StartService(){// Create ContextManagementRegistryServiceif(service == null)service = new ContextManagementRegistryService();if (!service.IsStarted){// Start the service to listen for Locate CCOW components requestsservice.Start();}}public void StopService(){if (service != null && service.IsStarted)service.Stop();}
|
Products |
Support |
Feedback: Start Method - Leadtools.Ccow.Services |
Introduction |
Help Version 19.0.2017.3.23
|

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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.