Click or drag to resize

ServiceHelperMaxStatusUpdatesLength Property

Gets or sets the maximum numbers of characters allowed in update status messages without getting suppressed from being displayed.

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

Property Value

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