共用方式為


InvokeResponse 建構函式

建構與 OperationResponse 相同的 InvokeResponse。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Sub New ( _
    headers As Dictionary(Of String, String) _
)
'用途
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>
)

參數

請參閱

參考

InvokeResponse 類別

System.Data.Services.Client 命名空間