SonarLint.VisualStudio.Progress.Controller.ProgressControllerStep.IProgressStepExecutionEvents C# (CSharp) 메소드

IProgressStepExecutionEvents() 개인적인 메소드

private IProgressStepExecutionEvents ( string progressDetailText, double progress ) : void
progressDetailText string
progress double
리턴 void
        void IProgressStepExecutionEvents.ProgressChanged(string progressDetailText, double progress)
        {
            this.UpdateProgress(progressDetailText, progress);
        }