ControllerGetTriggers Method
|
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic string GetTriggers()
Public Function GetTriggers As String
public:
String^ GetTriggers()
member GetTriggers : unit -> string
Return Value
Type:
String
Description of triggers; if there are no triggers, an empty string will be returned.
ExceptionsException | Condition |
---|
Exception |
If failed. Possible reasons are:
-
the profiled application has terminated
-
I/O error
|
See Also