C# 클래스 SonarLint.VisualStudio.Progress.Controller.Helpers

Progress controller helpers
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
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