Click or drag to resize

IQdbFutureT Interface

Contains the result of an operation of a QdbBatch

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public interface IQdbFuture<out T> : IQdbFuture

Type Parameters

T
The type of result for the operation.

The IQdbFutureT type exposes the following members.

Properties
  NameDescription
Public propertyException
The error that occured when the operation was executed, or null if success.
(Inherited from IQdbFuture.)
Public propertyResult
The result of the operation.
Top
See Also