Click or drag to resize

ClientBaseEnabled Property

Gets or sets a boolean value that indicates whether the client 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 connection cycle for the client if it is not connected, setting to false will disconnect the client if it is connected.
See Also