ExecutionResult<TResult> Class

Definition

Represents the execution state of an operation.

public class ExecutionResult<TResult>
type ExecutionResult<'Result> = class
Public Class ExecutionResult(Of TResult)

Type Parameters

TResult

The type of the result.

Inheritance
ExecutionResult<TResult>

Remarks

See Connection resiliency and database retries for more information and examples.

Constructors

ExecutionResult<TResult>(Boolean, TResult)

Creates a new instance of ExecutionResult<TResult>.

Properties

IsSuccessful

Indicates whether the operation succeeded.

Result

The result of the operation if successful.

Applies to