BaseAzureServicePipelineArgs Class |
[This is preliminary documentation and is subject to change.]
Namespace: TheInjectables.Foundation.PaaSPort.Azure.Pipelines
public abstract class BaseAzureServicePipelineArgs : RequestPipelineArgs, IAzureServicePipelineArgs
The BaseAzureServicePipelineArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseAzureServicePipelineArgs | Initializes a new instance of the BaseAzureServicePipelineArgs class |
| Name | Description | |
|---|---|---|
| Aborted | (Inherited from PipelineArgs.) | |
| CustomData | (Inherited from PipelineArgs.) | |
| Data | Obsolete. (Inherited from PipelineArgs.) | |
| Handled | (Inherited from RequestPipelineArgs.) | |
| Message | (Inherited from PipelineArgs.) | |
| ProcessorItem | (Inherited from PipelineArgs.) | |
| ResumeLastProcessor | (Inherited from PipelineArgs.) | |
| Suspended | (Inherited from PipelineArgs.) |
| Name | Description | |
|---|---|---|
| Abort | Obsolete. (Inherited from PipelineArgs.) | |
| AbortPipeline | (Inherited from PipelineArgs.) | |
| AddMessage(String) | (Inherited from PipelineArgs.) | |
| AddMessage(String, PipelineMessageType) | (Inherited from PipelineArgs.) | |
| DeserializeCustomData | (Inherited from PipelineArgs.) | |
| Dispose | (Inherited from PipelineArgs.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMessages | (Inherited from PipelineArgs.) | |
| GetMessages(PipelineMessageFilter) | (Inherited from PipelineArgs.) | |
| GetObjectData | (Inherited from PipelineArgs.) | |
| GetResult |
Gets the result from the arguments
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize | (Inherited from PipelineArgs.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessorDone | (Inherited from PipelineArgs.) | |
| Resume | (Inherited from PipelineArgs.) | |
| SerializeCustomData | (Inherited from PipelineArgs.) | |
| Suspend | (Inherited from PipelineArgs.) | |
| Suspend(Boolean) | (Inherited from PipelineArgs.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetCustomData | (Inherited from PipelineArgs.) |
| Name | Description | |
|---|---|---|
| _aborted | (Inherited from PipelineArgs.) | |
| _customData | (Inherited from PipelineArgs.) | |
| _data | (Inherited from PipelineArgs.) | |
| _messages | (Inherited from PipelineArgs.) | |
| _processorItem | (Inherited from PipelineArgs.) | |
| _resumeLastProcessor | (Inherited from PipelineArgs.) | |
| _suspended | (Inherited from PipelineArgs.) |