Click or drag to resize

DataListenerConnectToServer Property

Gets or sets a boolean value that indicates whether the DataListener will connect to the Server for receiving the time-series data or the Server will make a connection to the DataListener on the specified Port for sending time-series data.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(true)]
public bool ConnectToServer { get; set; }
View Source

Property Value

Boolean
See Also