Click or drag to resize
IListenerTotalBadMessages Property
Gets a count of the total number of messages that could not be translated.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
long TotalBadMessages { get; }

Property Value

Type: Int64
Remarks
This is incremented regardless of the value of IgnoreBadMessages.
See Also