ISessionPerformanceInfoTotalAsyncOverrun Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Total number of async overrun
errors. These can be caused by the baud rate being faster than the computer can handle, or
a non-16550 serial line is 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 TotalAsyncOverrun { get; set; }
Property TotalAsyncOverrun As Long
Get
Set
property long long TotalAsyncOverrun {
long long get ();
void set (long long value);
}
abstract TotalAsyncOverrun : int64 with get, set
Property Value
Type:
Int64
The total async overrun.
See Also