Click or drag to resize

ControllerSetTriggers Method

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public void SetTriggers(
	string triggersDescription,
	bool append
)

Parameters

triggersDescription
Type: SystemString
Description of trigger(s); see detail in help topic.
append
Type: SystemBoolean
If true, the triggers will be added to existing triggers, if false - will replace them.
Exceptions
ExceptionCondition
ArgumentExceptionIf triggersDescription is null
Exception If failed. Possible reasons are:
  • the profiled application has terminated
  • I/O error
See Also