TraceConfigEnableSampling Property |
Version 87.1.132
Turns on JavaScript stack sampling.
Namespace:
CefSharp.DevTools.Tracing
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Nullable<bool> EnableSampling { get; set; }
public:
property Nullable<bool> EnableSampling {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also