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