次の方法で共有


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 名前空間