Click or drag to resize

BaseAzureServicePipelineArgsTResult Class

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

Generic base class for PaaSPort Service Pipeline arguments
Inheritance Hierarchy

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 abstract class BaseAzureServicePipelineArgs<TResult> : BaseAzureServicePipelineArgs, 
	IAzureServicePipelineArgs<TResult>, IAzureServicePipelineArgs
where TResult : class, IPlugin

Type Parameters

TResult
Type of the the processor results are stored in

The BaseAzureServicePipelineArgsTResult type exposes the following members.

Constructors
  NameDescription
Protected methodBaseAzureServicePipelineArgsTResult
Initializes a new instance of the BaseAzureServicePipelineArgsTResult class
Top
Properties
  NameDescription
Public propertyAborted (Inherited from PipelineArgs.)
Public propertyCustomData (Inherited from PipelineArgs.)
Public propertyData Obsolete. (Inherited from PipelineArgs.)
Public propertyHandled (Inherited from RequestPipelineArgs.)
Public propertyMessage (Inherited from PipelineArgs.)
Public propertyProcessorItem (Inherited from PipelineArgs.)
Public propertyResult
Gets or sets the result
Protected propertyResumeLastProcessor (Inherited from PipelineArgs.)
Public propertySuspended (Inherited from PipelineArgs.)
Top
Methods
  NameDescription
Public methodAbort Obsolete. (Inherited from PipelineArgs.)
Public methodAbortPipeline (Inherited from PipelineArgs.)
Public methodAddMessage(String) (Inherited from PipelineArgs.)
Public methodAddMessage(String, PipelineMessageType) (Inherited from PipelineArgs.)
Protected methodDeserializeCustomData (Inherited from PipelineArgs.)
Protected methodDispose (Inherited from PipelineArgs.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMessages (Inherited from PipelineArgs.)
Public methodGetMessages(PipelineMessageFilter) (Inherited from PipelineArgs.)
Public methodGetObjectData (Inherited from PipelineArgs.)
Public methodGetResult
Gets the result object
(Overrides BaseAzureServicePipelineArgsGetResult.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from PipelineArgs.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessorDone (Inherited from PipelineArgs.)
Protected methodResume (Inherited from PipelineArgs.)
Protected methodSerializeCustomData (Inherited from PipelineArgs.)
Public methodSuspend (Inherited from PipelineArgs.)
Public methodSuspend(Boolean) (Inherited from PipelineArgs.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Private methodTryGetCustomData (Inherited from PipelineArgs.)
Top
Fields
  NameDescription
Private field_aborted (Inherited from PipelineArgs.)
Private field_customData (Inherited from PipelineArgs.)
Private field_data (Inherited from PipelineArgs.)
Private field_messages (Inherited from PipelineArgs.)
Private field_processorItem (Inherited from PipelineArgs.)
Private field_resumeLastProcessor (Inherited from PipelineArgs.)
Private field_suspended (Inherited from PipelineArgs.)
Top
Explicit Interface Implementations
See Also