C# Class Crow.Library.CodeExecutionFlow.Steps.CacheStep

Inheritance: MachineWorkStep
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
CacheStep ( InvocationTypes type, string stepName = "Log Step" ) : System
CacheStep ( string stepName = "Cache Step" ) : System

Méthodes protégées

Méthode Description
OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void

Method Details

CacheStep() public méthode

public CacheStep ( InvocationTypes type, string stepName = "Log Step" ) : System
type InvocationTypes
stepName string
Résultat System

CacheStep() public méthode

public CacheStep ( string stepName = "Cache Step" ) : System
stepName string
Résultat System

OnStepExecuted() protected méthode

protected OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void
invocation IInvocation
attribute IEnumerable
Résultat void