Click or drag to resize

FacileActionAdapterBaseFramesPerSecond Property

Gets or sets the frames per second to be used by the FacileActionAdapterBase.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(0)]
public virtual int FramesPerSecond { get; set; }
View Source

Property Value

Int32
Remarks
This value is only tracked in the FacileActionAdapterBase, derived class will determine its use.
See Also