←Select platform

Status Enumeration

Summary

Running status of the TCP server.

Syntax
C#
VB
C++
public enum Status 
Public Enum Status 
public: 
   enum class Status sealed 

Members

ValueMemberDescription
0idleServer is not running
1pending_abortServer is trying to abort
2pending_runServer is launching
3runningServer is running and receiving requests

Remarks

Use this property to check for the TCP server status.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly