Property KeepAliveInterval
KeepAliveInterval
Gets or Sets the KeepAliveInterval, which will be in effect if the EnabledKeepAlive is set 'true' or is specified 'true' from the client configuration.
Note: If the value to be set is lesser than 1 or is greater than 7200 (2 hours in seconds), it will resort back 30 seconds internally.
Declaration
public TimeSpan? KeepAliveInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |