TracingCompleteEventArgsDataLossOccurred Property |
Version 113.3.50
Indicates whether some trace data is known to have been lost, e.g. because the trace ring
buffer wrapped around.
Namespace:
CefSharp.DevTools.Tracing
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public bool DataLossOccurred { get; }
public:
property bool DataLossOccurred {
bool get ();
}
Property Value
Type:
BooleanSee Also