Property KeepAliveInterval
KeepAliveInterval
Get/Sets the KeepAliveInterval, which will be in effect if the EnabledKeepAlive is set to true or is specified to be 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 revert back 30 seconds, internally.
Declaration
public TimeSpan? KeepAliveInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> | Gets/Sets the KeepAliveInterval, which will be in effect if the EnabledKeepAlive is set to true or is specified to be true from the client configuration. |