InvokeResponse Class
Response from an Invoke call.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.InvokeResponse
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Class InvokeResponse _
Inherits OperationResponse
'Usage
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
The InvokeResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvokeResponse | Consutrcts an InvokeResponse identical to an OperationResponse. |
Top
Properties
Name | Description | |
---|---|---|
Error | Gets error thrown by the operation. (Inherited from OperationResponse.) | |
Headers | When overridden in a derived class, contains the HTTP response headers associated with a single operation. (Inherited from OperationResponse.) | |
StatusCode | When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. (Inherited from OperationResponse.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Represents a simple implementation of an OperationResponse.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.