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
Public method InvokeResponse Consutrcts an InvokeResponse identical to an OperationResponse.

Top

Properties

  Name Description
Public property Error Gets error thrown by the operation. (Inherited from OperationResponse.)
Public property Headers When overridden in a derived class, contains the HTTP response headers associated with a single operation. (Inherited from OperationResponse.)
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Data.Services.Client Namespace