RequestResult Class

Definition

Represents the result of a physical request.

public sealed class RequestResult
type RequestResult = class
Public NotInheritable Class RequestResult
Inheritance
RequestResult

Constructors

RequestResult(RequestInformation, Exception)

Initializes a new RequestResult.

Properties

Exception

Gets the exception hit during execution of the request, if any.

RequestInformation

Gets information about the request.

Task

Gets the Task object associated with the request.

Applies to