ODataBatchHttpRequestMessageExtensions.SetODataBatchId Method
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.
Associates a given Batch ID with the request.
public static void SetODataBatchId(this System.Net.Http.HttpRequestMessage request, Guid batchId);
static member SetODataBatchId : System.Net.Http.HttpRequestMessage * Guid -> unit
<Extension()>
Public Sub SetODataBatchId (request As HttpRequestMessage, batchId As Guid)
Parameters
- request
- HttpRequestMessage
The request.
- batchId
- Guid
The Batch ID.