Sdílet prostřednictvím


ODataBatchWriter.CreateOperationRequestMessageImplementation Metoda

Definice

Vytvoří pro ODataBatchOperationRequestMessage zápis operace dávkového požadavku.

protected abstract Microsoft.OData.ODataBatchOperationRequestMessage CreateOperationRequestMessageImplementation (string method, Uri uri, string contentId, Microsoft.OData.BatchPayloadUriOption payloadUriOption, System.Collections.Generic.IEnumerable<string> dependsOnIds);
abstract member CreateOperationRequestMessageImplementation : string * Uri * string * Microsoft.OData.BatchPayloadUriOption * seq<string> -> Microsoft.OData.ODataBatchOperationRequestMessage
Protected MustOverride Function CreateOperationRequestMessageImplementation (method As String, uri As Uri, contentId As String, payloadUriOption As BatchPayloadUriOption, dependsOnIds As IEnumerable(Of String)) As ODataBatchOperationRequestMessage

Parametry

method
String

Metoda Http, která se má použít pro tuto operaci požadavku.

uri
Uri

Identifikátor URI, který se má použít pro tuto operaci požadavku.

contentId
String

Hodnota Content-ID, která se má zapisovat do hlavičky ChangeSet.

payloadUriOption
BatchPayloadUriOption

Formát operace Request-URI, který může být AbsoluteUri, AbsoluteResourcePathAndHost nebo RelativeResourcePath.

dependsOnIds
IEnumerable<String>

ID požadavků tohoto požadavku.

Návraty

Zpráva, kterou lze použít k zápisu operace požadavku.

Platí pro