Click or drag to resize

ISessionPerformanceInfoTotalTimeouts Property

Win32_PerfFormattedData_TermService_TerminalServicesSession: Total number of time outs on the communication line from both the host and client sides of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol time out being too short. Increasing the protocol time out on these types of lines improves performance by reducing needless re-transmissions.

Namespace:  Xcalibur.Models.Sessions
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long TotalTimeouts { get; set; }

Property Value

Type: Int64
The total timeouts.
See Also