ODataBatchReader.BuildOperationResponseMessage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インスタンスを ODataBatchOperationResponseMessage インスタンス化し、状態コードを設定します。
protected Microsoft.OData.ODataBatchOperationResponseMessage BuildOperationResponseMessage (Func<System.IO.Stream> streamCreatorFunc, int statusCode, Microsoft.OData.ODataBatchOperationHeaders headers, string contentId, string groupId);
member this.BuildOperationResponseMessage : Func<System.IO.Stream> * int * Microsoft.OData.ODataBatchOperationHeaders * string * string -> Microsoft.OData.ODataBatchOperationResponseMessage
Protected Function BuildOperationResponseMessage (streamCreatorFunc As Func(Of Stream), statusCode As Integer, headers As ODataBatchOperationHeaders, contentId As String, groupId As String) As ODataBatchOperationResponseMessage
パラメーター
- statusCode
- Int32
応答の状態コード。
- headers
- ODataBatchOperationHeaders
この応答メッセージのヘッダー。
- contentId
- String
この要求メッセージの contentId。
- groupId
- String
この要求メッセージの groupId。
戻り値
ODataBatchOperationResponseMessage のインスタンスです。