Definition
Assembly: Microsoft.Restier.AspNetCore.dll Namespace: Microsoft.Restier.AspNetCore.Batch Inheritance: Microsoft.AspNet.OData.Batch.ChangeSetRequestItemSyntax
Summary
Represents an API ChangeSet request.Constructors
.ctor
Initializes a new instance of the RestierBatchChangeSetRequestItem class.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
api | Microsoft.Restier.Core.ApiBase | An Api. |
contexts | System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.HttpContext> | The request messages. |
Methods
SendRequestAsync Override
Asynchronously sends the request.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
handler | Microsoft.AspNetCore.Http.RequestDelegate | The handler for processing a message. |
Returns
Type:System.Threading.Tasks.Task<Microsoft.AspNet.OData.Batch.ODataBatchResponseItem>
The task object that contains the batch response.