C# Класс SonarLint.VisualStudio.Progress.Controller.Helpers

Progress controller helpers
Показать файл Открыть проект

Открытые методы

Метод Описание
RunOnFinished ( this controller, Action onFinishedAction ) : void

The onFinishedAction will be called once when the controller will finish by invoking IProgressEvents.Finished.

This code will not cause memory leaks due to event registration

Описание методов

RunOnFinished() публичный статический Метод

The onFinishedAction will be called once when the controller will finish by invoking IProgressEvents.Finished.
This code will not cause memory leaks due to event registration
public static RunOnFinished ( this controller, Action onFinishedAction ) : void
controller this Required.
onFinishedAction Action Required. The action that will be invoked with the finished
Результат void