ControllerSetTriggers Method
|
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void SetTriggers(
string triggersDescription,
bool append
)
Public Sub SetTriggers (
triggersDescription As String,
append As Boolean
)
public:
void SetTriggers(
String^ triggersDescription,
bool append
)
member SetTriggers :
triggersDescription : string *
append : bool -> unit
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.
ExceptionsException | Condition |
---|
ArgumentException | If triggersDescription is null |
Exception |
If failed. Possible reasons are:
-
the profiled application has terminated
-
I/O error
|
See Also