SessionPerformanceInfoInputTimeouts Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Total number of time outs on
the communication line, as seen from the client 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 InputTimeouts { get; set; }
<DataMemberAttribute>
Public Property InputTimeouts As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long InputTimeouts {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract InputTimeouts : int64 with get, set
[<DataMemberAttribute>]
override InputTimeouts : int64 with get, set
Property Value
Type:
Int64
The input timeouts.
Implements
ISessionPerformanceInfoInputTimeoutsSee Also