Click or drag to resize

ControllerSetProbeActivityModes Method

Changes probe activity modes of the specified probes.

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

Parameters

probeClassName2mode
Type: System.Collections.GenericDictionaryString, ProbeActivityMode
The mapping of probe class names to ProbeActivityMode; it specifies the probes whose mode should be changed; if a probe is not present in the mapping, its mode will remain unchanged.
Exceptions
ExceptionCondition
Exception If failed. Possible reasons are:
  • the profiled application has terminated
  • I/O error
See Also