ChangeSetResponseItem(IEnumerable<HttpContext>) Constructor
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.
Initializes a new instance of the ChangeSetResponseItem class.
public ChangeSetResponseItem(System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.HttpContext> contexts);
new Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem : seq<Microsoft.AspNetCore.Http.HttpContext> -> Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem
Public Sub New (contexts As IEnumerable(Of HttpContext))
Parameters
- contexts
- IEnumerable<HttpContext>
The response contexts for the ChangeSet requests.