true if CPU sampling is on.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic bool sampling { get; set; }
Public Property sampling As Boolean
Get
Set
public:
property bool sampling {
bool get ();
void set (bool value);
}
member sampling : bool with get, set
Property Value
Type:
Boolean
See Also