Click or drag to resize

DataFlowDirection Enumeration

Indicates the direction in which data will be flowing from a web service.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public enum DataFlowDirection
Members
Member nameValueDescription
Incoming0 Data will be flowing in to the web service.
Outgoing1 Data will be flowing out from the web service.
BothWays2 Data will be flowing both in and out from the web service.
See Also