Click or drag to resize

ServerState Enumeration

Indicates the current state of the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public enum ServerState
Members
Member nameValueDescription
Running0 Server is running.
NotRunning1 Server is not running.
See Also