Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pipeline
Pipe
StepCallInformation
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