Click or drag to resize

ClientBase.Enabled 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.241-beta
Syntax
View Source

Property Value

Boolean

Implements

ISupportLifecycle.Enabled
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