DelayedBatchQueryResult
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DelayedBatchQueryResultInheritance: object → DelayedBatchQueryResult
Properties
Section titled “Properties”Exception
Section titled “Exception”public Exception Exception { get; }Property Value
Section titled “Property Value”HasResult
Section titled “HasResult”public bool HasResult { get; }Property Value
Section titled “Property Value”IsCanceled
Section titled “IsCanceled”public bool IsCanceled { get; }Property Value
Section titled “Property Value”IsCompleted
Section titled “IsCompleted”public bool IsCompleted { get; }Property Value
Section titled “Property Value”IsFaulted
Section titled “IsFaulted”public bool IsFaulted { get; }Property Value
Section titled “Property Value”public Query Query { get; }Property Value
Section titled “Property Value”Result
Section titled “Result”public QueryResult Result { get; }Property Value
Section titled “Property Value”Results
Section titled “Results”public IList<QueryResult> Results { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Cancel()
Section titled “Cancel()”public void Cancel()