OperationResponseItem Class
Represents an Operation response.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System::Object
System.Web.Http.OData.Batch::ODataBatchResponseItem
System.Web.Http.OData.Batch::OperationResponseItem
System.Web.Http.OData.Batch::ODataBatchResponseItem
System.Web.Http.OData.Batch::OperationResponseItem
| Name | Description | |
|---|---|---|
![]() | OperationResponseItem(HttpResponseMessage^) | Initializes a new instance of the OperationResponseItem class. |
| Name | Description | |
|---|---|---|
![]() | Response | Gets the response messages for the Operation. |
| 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).) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


