Click or drag to resize

AggressiveAgingTimeout Property

Gets or sets the aggressive aging timeout in seconds.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "timeout")]
public int Timeout { get; set; }
Request Example View Source

Property Value

Type: Int32
The timeout.
See Also