Skip to content
Auto
Products

DelayedBatchQueryResult

Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class DelayedBatchQueryResult

Inheritance: object → DelayedBatchQueryResult

public Exception Exception { get; }

Exception

public bool HasResult { get; }

bool

public bool IsCanceled { get; }

bool

public bool IsCompleted { get; }

bool

public bool IsFaulted { get; }

bool

public Query Query { get; }

Query

public QueryResult Result { get; }

QueryResult

public IList<QueryResult> Results { get; }

IList<QueryResult>

public void Cancel()