Click or drag to resize

ServiceHelperRequestHistoryLimit Property

Gets or sets the maximum number of ClientRequest entries to be maintained in the ClientRequestHistory.

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

Property Value

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