Click or drag to resize

BasePipelinedAzureServicesRequestStepProcessorReadData Method

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

Runs the service pipeline to read the data and then adds the result to the pipeline context

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 void ReadData(
	Endpoint endpoint,
	PipelineStep pipelineStep,
	PipelineContext pipelineContext
)

Parameters

endpoint
Type: Endpoint
The source DXF endpoint
pipelineStep
Type: PipelineStep
The to process
pipelineContext
Type: PipelineContext
The in which this step processor runs
See Also