Click or drag to resize
Grid Solutions Framework

EmailNotifierFramesPerSecond Property

Gets or sets the number of frames per second.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(30)]
public int FramesPerSecond { get; set; }
View Source

Property Value

Int32
Remarks
Valid frame rates for a ConcentratorBase are greater than 0 frames per second.
See Also