Click or drag to resize

IAzureServicePipelineArgsTResult Interface

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

Generic base type for the PaaSPort Service Pipeline processor arguments

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#
public interface IAzureServicePipelineArgs<TResult> : IAzureServicePipelineArgs
where TResult : class, IPlugin

Type Parameters

TResult
Type of the the processor results are stored in

The IAzureServicePipelineArgsTResult type exposes the following members.

Properties
  NameDescription
Public propertyResult
Gets or sets the result
Top
Methods
  NameDescription
Public methodGetResult
Retrievs the result data from the processor
Top
See Also