C# Class InvertedSoftware.WorkflowEngine.Steps.RenameFiles

Inheritance: IStep
Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose

RunStep ( IWorkflowMessage message ) : void

The method executed by the framework

Method Details

Dispose() public méthode

Dispose
public Dispose ( ) : void
Résultat void

RunStep() public méthode

The method executed by the framework
public RunStep ( IWorkflowMessage message ) : void
message IWorkflowMessage
Résultat void