Click or drag to resize

ServiceHelperMaxStatusUpdatesFrequency Property

Gets or sets the maximum number of status update messages that can be issued in a second without getting suppressed from being displayed.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(30)]
public int MaxStatusUpdatesFrequency { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is negative or zero.
See Also