Click or drag to resize

ServerBaseEnabled Property

Gets or sets a boolean value that indicates whether the server is currently enabled.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
View Source

Property Value

Boolean

Implements

ISupportLifecycleEnabled
Remarks
Setting Enabled to true will start the server if it is not running, setting to false will stop the server if it is running.
See Also