C# Class Pipeline.Pipe.StepCallInformation

Afficher le fichier Open project: kmcgain/Pipeline-Processor Class Usage Examples

Méthodes publiques

Méthode Description
StartStep ( ) : void
StepCallInformation ( Type stepName ) : System
StopStep ( Outcome result ) : void

Method Details

StartStep() public méthode

public StartStep ( ) : void
Résultat void

StepCallInformation() public méthode

public StepCallInformation ( Type stepName ) : System
stepName System.Type
Résultat System

StopStep() public méthode

public StopStep ( Outcome result ) : void
result Outcome
Résultat void