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

Inheritance: MachineWorkStep
Mostra file Open project: msusur/Crowfx

Public Methods

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

Protected Methods

Method Description
OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void

Method Details

CacheStep() public method

public CacheStep ( InvocationTypes type, string stepName = "Log Step" ) : System
type InvocationTypes
stepName string
return System

CacheStep() public method

public CacheStep ( string stepName = "Cache Step" ) : System
stepName string
return System

OnStepExecuted() protected method

protected OnStepExecuted ( IInvocation invocation, IEnumerable attribute ) : void
invocation IInvocation
attribute IEnumerable
return void