Search Results for

    Show / Hide Table of Contents

    Class NoopStore<T>

    Inheritance
    object
    NoopStore<T>
    Implements
    IUniTaskStore<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO
    Assembly: Glitch9.IO.dll
    Syntax
    public class NoopStore<T> : IUniTaskStore<T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    StoreType

    Declaration
    public UniTaskStoreType StoreType { get; }
    Property Value
    Type Description
    UniTaskStoreType

    Methods

    | Edit this page View Source

    LoadAsync(CancellationToken)

    Declaration
    public UniTask<T> LoadAsync(CancellationToken ct = default)
    Parameters
    Type Name Description
    CancellationToken ct
    Returns
    Type Description
    UniTask<T>
    | Edit this page View Source

    SaveAsync(T, CancellationToken)

    Declaration
    public UniTask SaveAsync(T value, CancellationToken ct = default)
    Parameters
    Type Name Description
    T value
    CancellationToken ct
    Returns
    Type Description
    UniTask

    Implements

    IUniTaskStore<T>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation