InvokeResponse 클래스
Invoke 호출의 응답입니다.
상속 계층
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.InvokeResponse
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Class InvokeResponse _
Inherits OperationResponse
‘사용 방법
Dim instance As InvokeResponse
public class InvokeResponse : OperationResponse
public ref class InvokeResponse : public OperationResponse
type InvokeResponse =
class
inherit OperationResponse
end
public class InvokeResponse extends OperationResponse
InvokeResponse 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
InvokeResponse | Operationresponse와 동일한 InvokeResponse를 생성합니다. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Error | 작업에서 throw된 오류를 가져옵니다. (OperationResponse에서 상속됨) |
![]() |
Headers | 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다. (OperationResponse에서 상속됨) |
![]() |
StatusCode | 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다. (OperationResponse에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
Operationresponse의 간단한 구현을 나타냅니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.