←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 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.