ChangeSetRequestItem 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.
Represents a ChangeSet request.
public class ChangeSetRequestItem : Microsoft.AspNet.OData.Batch.ODataBatchRequestItem
type ChangeSetRequestItem = class
inherit ODataBatchRequestItem
Public Class ChangeSetRequestItem
Inherits ODataBatchRequestItem
- Inheritance
Constructors
| ChangeSetRequestItem(IEnumerable<HttpContext>) |
Initializes a new instance of the ChangeSetRequestItem class. |
| ChangeSetRequestItem(IEnumerable<HttpRequestMessage>) |
Initializes a new instance of the ChangeSetRequestItem class. |
Properties
| Contexts |
Gets the request contexts in the ChangeSet. |
| Requests |
Gets the request messages in the ChangeSet. |
Methods
| Dispose() | (Inherited from ODataBatchRequestItem) |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources. |
| GetResourcesForDisposal() |
Gets the resources registered for dispose on each request messages of the ChangeSet. |
| SendRequestAsync(HttpMessageInvoker, CancellationToken) |
Sends the ChangeSet request. |
| SendRequestAsync(RequestDelegate) |
Sends the ChangeSet request. |