Freigeben über


InvokeResponse-Konstruktor

Konstruiert eine OperationResponse, identisch mit einer InvokeResponse.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    headers As Dictionary(Of String, String) _
)
'Usage
Dim headers As Dictionary(Of String, String)

Dim instance As New InvokeResponse(headers)
public InvokeResponse(
    Dictionary<string, string> headers
)
public:
InvokeResponse(
    Dictionary<String^, String^>^ headers
)
new : 
        headers:Dictionary<string, string> -> InvokeResponse
public function InvokeResponse(
    headers : Dictionary<String, String>
)

Parameter

Siehe auch

Verweis

InvokeResponse Klasse

System.Data.Services.Client-Namespace