InvokeResponse Class

Definition

Response from an Invoke call.

public class InvokeResponse : Microsoft.OData.Client.OperationResponse
type InvokeResponse = class
    inherit OperationResponse
Public Class InvokeResponse
Inherits OperationResponse
Inheritance
InvokeResponse

Constructors

InvokeResponse(Dictionary<String,String>)

Constructs an InvokeResponse identical to an OperationResponse.

Properties

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)

Applies to