ISessionInfoIdleTime Property |
Amount of time the connection has been idle.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax TimeSpan IdleTime { get; set; }
Property IdleTime As TimeSpan
Get
Set
property TimeSpan IdleTime {
TimeSpan get ();
void set (TimeSpan value);
}
abstract IdleTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
The idle time.
See Also