Click or drag to resize

DefaultPipelinedAzureRequestStepProcessorExecuteServicePipeline Method

[This is preliminary documentation and is subject to change.]

Runs the specified PaaSPort Service Pipeline using the specified arguments and returns the result object

Namespace:  TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Processors
Assembly:  TheInjectables.Feature.PaaSPort.DXF (in TheInjectables.Feature.PaaSPort.DXF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override IPlugin ExecuteServicePipeline(
	string servicePipelineName,
	BaseAzureServicePipelineArgs servicePipelineArgs,
	ILogger logger
)

Parameters

servicePipelineName
Type: SystemString
Name of the PaaSPort Service Pipeline to run
servicePipelineArgs
Type: TheInjectables.Foundation.PaaSPort.Azure.PipelinesBaseAzureServicePipelineArgs
The arguments to be passed to the PaaSPort Service Pipeline
logger
Type: ILogger
The object to be used for writing messages to the log files

Return Value

Type: IPlugin

[Missing <returns> documentation for "M:TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Processors.DefaultPipelinedAzureRequestStepProcessor.ExecuteServicePipeline(System.String,TheInjectables.Foundation.PaaSPort.Azure.Pipelines.BaseAzureServicePipelineArgs,Sitecore.Services.Core.Diagnostics.ILogger)"]

See Also