Click or drag to resize

IAzureServiceProcessorTArgs, TResult Interface

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

Base type for PaaSPort Service Pipeline processors

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 IAzureServiceProcessor<in TArgs, TResult>
where TArgs : BaseAzureServicePipelineArgs<TResult>
where TResult : class, IPlugin

Type Parameters

TArgs
The type of the arguments to be passed into the pipeline
TResult
The type of the IPlugin object containing the results of the processor

The IAzureServiceProcessorTArgs, TResult type exposes the following members.

Methods
  NameDescription
Public methodProcess
Executes the processor using the specified arguments
Top
See Also