次の方法で共有


ODataBatchReader.BuildOperationResponseMessage メソッド

定義

インスタンスを 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

パラメーター

streamCreatorFunc
Func<Stream>

ストリーム作成用の関数。

statusCode
Int32

応答の状態コード。

headers
ODataBatchOperationHeaders

この応答メッセージのヘッダー。

contentId
String

この要求メッセージの contentId。

groupId
String

この要求メッセージの groupId。

戻り値

ODataBatchOperationResponseMessage のインスタンスです。

適用対象