다음을 통해 공유


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 네임스페이스