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; }
<DataMemberAttribute>
Public Property OutputTimeouts As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long OutputTimeouts {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract OutputTimeouts : int64 with get, set
[<DataMemberAttribute>]
override OutputTimeouts : int64 with get, set
Property Value
Type:
Int64
The output timeouts.
Implements
ISessionPerformanceInfoOutputTimeoutsSee Also