InvokeResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response from an Invoke call.
public class InvokeResponse : Microsoft.OData.Client.OperationResponse
type InvokeResponse = class
inherit OperationResponse
Public Class InvokeResponse
Inherits OperationResponse
- Inheritance
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) |