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