Method | Description | |
---|---|---|
Initialize ( |
||
Initialize ( string pipelinesConfigFilePath ) : |
||
StartPipeline ( [ pipelineName, [ args, [ pipelineController = null, bool isAsync = true ) : void |
Method | Description | |
---|---|---|
AddStep ( List |
||
AddSteps ( List |
||
CreatePipeline ( [ pipelineName, [ args, [ controller = null, bool isAsync = true ) : SIM.Pipelines.Pipeline | ||
GetPipelines ( System.Xml.XmlDocumentEx document ) : |
public static Initialize ( |
||
pipelinesNode | ||
return |
public static Initialize ( string pipelinesConfigFilePath ) : |
||
pipelinesConfigFilePath | string | |
return |
public static StartPipeline ( [ pipelineName, [ args, [ pipelineController = null, bool isAsync = true ) : void | ||
pipelineName | [ | |
args | [ | |
pipelineController | [ | |
isAsync | bool | |
return | void |