Status Enumeration

Summary
Represents the TCP/IP server's status
Syntax
C#
VB
C++
Public Enum Status  
   Inherits System.Enum 
public enum Status : System.Enum  
public enum class Status : public System.Enum  
Members
Value Member Description
0x00000000 idle The server is stopped.
0x00000001 pending_abort The server is aborting. Occurs shortly after calling TriggerStop on the TCPServer.
0x00000002 pending_run The server is initializing. Occurs shortly after calling Start on the TCPServer.
0x00000003 running The server is running. Occurs after calling Start on the TCPServer.
Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.