Error processing SSI file
LEADTOOLS Leadtools.Ccow.Server (Leadtools.Ccow.Server assembly)

Show in webframe

CcowServer Class






Members 
Enables applications to manage context sessions.
Object Model
Syntax
public class CcowServer 
'Declaration
 
Public Class CcowServer 
'Usage
 
Dim instance As CcowServer
public ref class CcowServer 
Example
Copy Code  
Imports Leadtools.Ccow.Server

<TestMethod()> _
Public Sub StartServer()
   ' Check if the ccow server is registered
   If Not CcowServer.IsRegistered() Then
      CcowServer.Register()
   End If
   ' Start the CCOW server
   CcowServer.Start()
End Sub

Public Sub StopServer()
   ' Stop the CCOW server
   CcowServer.[Stop]()
End Sub
using Leadtools.Ccow.Server;

[TestMethod]
public void StartServer()
{
   // Check if the ccow server is registered
   if (!CcowServer.IsRegistered())
      CcowServer.Register();
   // Start the CCOW server
   CcowServer.Start();
}

public void StopServer()
{
   // Stop the CCOW server
   CcowServer.Stop();
}
Requirements

Target Platforms

See Also

Reference

CcowServer Members
Leadtools.Ccow.Server Namespace

Error processing SSI file
Leadtools.Ccow.Server requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features