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