Click or drag to resize

SessionPerformanceInfoOutputTimeouts Property

Win32_PerfFormattedData_TermService_TerminalServicesSession: Total number of time outs on the communication line from the host side 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
[DataMemberAttribute]
public long OutputTimeouts { get; set; }

Property Value

Type: Int64
The output timeouts.

Implements

ISessionPerformanceInfoOutputTimeouts
See Also