SessionPerformanceInfoInputAsyncOverrun Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Number of input async overrun
errors. These can be caused by the baud rate being faster than the computer can handle, or
by a non-16550 serial line being used. Overruns can also occur if too many high speed
serial lines are active at one time for the processor's power.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long InputAsyncOverrun { get; set; }
<DataMemberAttribute>
Public Property InputAsyncOverrun As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long InputAsyncOverrun {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract InputAsyncOverrun : int64 with get, set
[<DataMemberAttribute>]
override InputAsyncOverrun : int64 with get, set
Property Value
Type:
Int64
The input async overrun.
Implements
ISessionPerformanceInfoInputAsyncOverrunSee Also