RebroadcastServerConnectionStaleBytesDiscarded Property |
Gets or sets a count of bytes that were discarded from the buffer because they took
too long to send.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long StaleBytesDiscarded { get; set; }
Public Property StaleBytesDiscarded As Long
Get
Set
public:
property long long StaleBytesDiscarded {
long long get ();
void set (long long value);
}
member StaleBytesDiscarded : int64 with get, set
Property Value
Type:
Int64See Also