TriLib
Search Results for

    Show / Hide Table of Contents

    Interface IAwaitable

    Represents an awaitable process.

    Namespace: TriLibCore.Interfaces
    Assembly: TriLibCore.dll
    Syntax
    public interface IAwaitable

    Properties

    Completed

    Indicates whether this Awaitable is completed.

    Declaration
    bool Completed { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX