Gets or sets the notification reset limit. The limit is used
to decide if updates should be propagated via notifications or sent
just by one alarmReset event.
Updates bigger then the limit value are sent as reset. Update lower or equal to the
limit.
The default value is 5000.
Value must be from interval (100, 5000).
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int NotificationUpdateResetLimit { get; set; } |
Visual Basic |
---|
Public Property NotificationUpdateResetLimit As Integer
Get
Set |
JScript |
---|
function get NotificationUpdateResetLimit () : int
function set NotificationUpdateResetLimit (value : int) |
Field Value
The notification update reset limit.
See Also