Search Results for

    Show / Hide Table of Contents
    note

    VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.

    Class DatabaseTask<T>

    Represents an asynchonous result of a database API operation of a given return type. Use this class to create asynchronous database operations.

    Inheritance
    object
    DatabaseTask
    DatabaseTask<T>
    Implements
    INotifyCompletion
    Inherited Members
    DatabaseTask.OnCompleted(Action)
    DatabaseTask.IsCompleted
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: VeloxDB.Client
    Assembly: vlxc.dll
    Syntax
    public abstract class DatabaseTask<T> : DatabaseTask, INotifyCompletion
    Type Parameters
    Name Description
    T

    Methods

    GetAwaiter()

    Used by the await mechanism (C# comiler). Do not use this method directly.

    Declaration
    public DatabaseTask<T> GetAwaiter()
    Returns
    Type Description
    DatabaseTask<T>

    GetResult()

    Used by the await mechanism (C# comiler). Do not use this method directly.

    Declaration
    public T GetResult()
    Returns
    Type Description
    T

    Implements

    INotifyCompletion
    In this article
    © 2025 Copyright: VeloxDB