ISessionPerformanceInfoOutputTimeouts 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 long OutputTimeouts { get; set; }
Property OutputTimeouts As Long
Get
Set
property long long OutputTimeouts {
long long get ();
void set (long long value);
}
abstract OutputTimeouts : int64 with get, set
Property Value
Type:
Int64
The output timeouts.
See Also