ControllerStopTelemetry Method
|
Stops collecting performance telemetry.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void StopTelemetry()
public:
void StopTelemetry()
member StopTelemetry : unit -> unit
Remarks
If telemetry is not being collected, the method has no effect.
See Also