Click or drag to resize

IAzureServicePipelineArgsTResultGetResult Method

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

Retrievs the result data from the processor

Namespace:  TheInjectables.Foundation.PaaSPort.Azure.Pipelines
Assembly:  TheInjectables.Foundation.PaaSPort.Azure (in TheInjectables.Foundation.PaaSPort.Azure.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
TResult GetResult()

Return Value

Type: TResult
The processor's result object as a TResult
See Also