C# Class Pipeline.Pipe.StepCallInformation

Mostra file Open project: kmcgain/Pipeline-Processor Class Usage Examples

Public Methods

Method Description
StartStep ( ) : void
StepCallInformation ( Type stepName ) : System
StopStep ( Outcome result ) : void

Method Details

StartStep() public method

public StartStep ( ) : void
return void

StepCallInformation() public method

public StepCallInformation ( Type stepName ) : System
stepName System.Type
return System

StopStep() public method

public StopStep ( Outcome result ) : void
result Outcome
return void