OperationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract class that represents the response of a single query or create, update, or delete operation.
public ref class OperationResponse abstract
public abstract class OperationResponse
type OperationResponse = class
Public MustInherit Class OperationResponse
- Inheritance
-
OperationResponse
- Derived
Remarks
The OperationResponse
class is used to hold information that is shared between the two response types, but this class is not intended to be used directly by a developer. Instead, this response object should be cast to the specific QueryOperationResponse or ChangeOperationResponse type that includes additional operation specific data.
Properties
Error |
Gets error thrown by the operation. |
Headers |
When overridden in a derived class, contains the HTTP response headers associated with a single operation. |
StatusCode |
When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |