TracingCompleteEventArgsDataLossOccurred Property |
Version 112.3.0
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: 112.3.0.0
Syntax public bool DataLossOccurred { get; }
public:
property bool DataLossOccurred {
bool get ();
}
Property Value
Type:
BooleanSee Also