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