C# Class InvertedSoftware.WorkflowEngine.Steps.RenameFiles

Inheritance: IStep
ファイルを表示 Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Public Methods

Method Description
Dispose ( ) : void

Dispose

RunStep ( IWorkflowMessage message ) : void

The method executed by the framework

Method Details

Dispose() public method

Dispose
public Dispose ( ) : void
return void

RunStep() public method

The method executed by the framework
public RunStep ( IWorkflowMessage message ) : void
message IWorkflowMessage
return void