OperationResponseItem Class
Represents an Operation response.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Batch.ODataBatchResponseItem
System.Web.OData.Batch.OperationResponseItem
Syntax
public class OperationResponseItem : ODataBatchResponseItem
public ref class OperationResponseItem : ODataBatchResponseItem
type OperationResponseItem =
class
inherit ODataBatchResponseItem
end
Public Class OperationResponseItem
Inherits ODataBatchResponseItem
Constructors
Name | Description | |
---|---|---|
OperationResponseItem(HttpResponseMessage) | Initializes a new instance of the OperationResponseItem class. |
Properties
Name | Description | |
---|---|---|
Response | Gets the response messages for the Operation. |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from ODataBatchResponseItem.) |
|
Dispose(Boolean) | (Overrides ODataBatchResponseItem.Dispose(Boolean).) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
WriteResponseAsync(ODataBatchWriter, CancellationToken) | Writes the response as an Operation. (Overrides ODataBatchResponseItem.WriteResponseAsync(ODataBatchWriter, CancellationToken).) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Batch Namespace
Return to top