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

Default implementation of IProgressStepFactory
The class supports only ProgressStepDefinition definitions and ProgressControllerStep operation
Inheritance: IProgressStepFactory
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Methods

Method Description
CreateStepOperation ( IProgressController controller, IProgressStepDefinition definition ) : IProgressStepOperation
GetExecutionCallback ( IProgressStepOperation stepOperation ) : IProgressStepExecutionEvents