다음을 통해 공유


ODataBatchWriter.CreateOperationRequestMessageImplementation 메서드

정의

ODataBatchOperationRequestMessage 일괄 처리 요청의 작업을 작성하기 위한 을 만듭니다.

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

매개 변수

method
String

이 요청 작업에 사용할 Http 메서드입니다.

uri
Uri

이 요청 작업에 사용할 URI입니다.

contentId
String

ChangeSet 헤드에 쓸 Content-ID 값입니다.

payloadUriOption
BatchPayloadUriOption

작업 Request-URI의 형식으로, AbsoluteUri, AbsoluteResourcePathAndHost 또는 RelativeResourcePath일 수 있습니다.

dependsOnIds
IEnumerable<String>

이 요청의 필수 구성 요소 요청 ID입니다.

반환

요청 작업을 쓰는 데 사용할 수 있는 메시지입니다.

적용 대상