다음을 통해 공유


ODataBatchWriter.BuildOperationResponseMessage(Stream, String, String) 메서드

정의

래퍼 메서드는 프라이빗 멤버 Microsoft.OData.ODataBatchPayloadUriConverterIServiceProvider를 활용하여 작업 콘텐츠를 작성하는 데 사용할 수 있는 작업 응답 메시지를 만듭니다.

protected Microsoft.OData.ODataBatchOperationResponseMessage BuildOperationResponseMessage (System.IO.Stream outputStream, string contentId, string groupId);
member this.BuildOperationResponseMessage : System.IO.Stream * string * string -> Microsoft.OData.ODataBatchOperationResponseMessage
Protected Function BuildOperationResponseMessage (outputStream As Stream, contentId As String, groupId As String) As ODataBatchOperationResponseMessage

매개 변수

outputStream
Stream

작업 메시지의 기반이 되는 출력 스트림입니다.

contentId
String

이 응답 메시지의 contentId입니다.

groupId
String

응답 메시지의 그룹 ID는 해당 요청 메시지의 그룹 ID와 동일해야 합니다.

반환

ODataBatchOperationResponseMessage 작업 콘텐츠를 작성하는 데 사용할 수 있는 입니다.

적용 대상