C# Class SIM.Pipelines.PipelineManager

Afficher le fichier Open project: Sitecore/Sitecore-Instance-Manager

Méthodes publiques

Méthode Description
Initialize ( XmlElement pipelinesNode ) : XmlElement
Initialize ( string pipelinesConfigFilePath ) : XmlElement
StartPipeline ( [ pipelineName, [ args, [ pipelineController = null, bool isAsync = true ) : void

Private Methods

Méthode Description
AddStep ( List steps, List processorDefinitions ) : void
AddSteps ( List steps, SIM.Pipelines.PipelineDefinition def ) : void
CreatePipeline ( [ pipelineName, [ args, [ controller = null, bool isAsync = true ) : SIM.Pipelines.Pipeline
GetPipelines ( System.Xml.XmlDocumentEx document ) : XmlElement

Method Details

Initialize() public static méthode

public static Initialize ( XmlElement pipelinesNode ) : XmlElement
pipelinesNode System.Xml.XmlElement
Résultat System.Xml.XmlElement

Initialize() public static méthode

public static Initialize ( string pipelinesConfigFilePath ) : XmlElement
pipelinesConfigFilePath string
Résultat System.Xml.XmlElement

StartPipeline() public static méthode

public static StartPipeline ( [ pipelineName, [ args, [ pipelineController = null, bool isAsync = true ) : void
pipelineName [
args [
pipelineController [
isAsync bool
Résultat void