C# Class SonarLint.VisualStudio.Progress.Controller.ProgressControllerFinishedEventArgs

Event argument for IProgressController execution completion IProgressEvents
Inheritance: ProgressEventArgs
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ProgressControllerFinishedEventArgs ( ProgressControllerResult result ) : System

Method Details

ProgressControllerFinishedEventArgs() public method

public ProgressControllerFinishedEventArgs ( ProgressControllerResult result ) : System
result ProgressControllerResult
return System