Click or drag to resize

ControllerGetProbeActivityModes Method

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public Dictionary<string, ProbeActivityMode> GetProbeActivityModes()

Return Value

Type: DictionaryString, ProbeActivityMode
The mapping of probe class names to ProbeActivityMode.
Exceptions
ExceptionCondition
Exception If failed. Possible reasons are:
  • the profiled application has terminated
  • I/O error
See Also