Search Results for

    Show / Hide Table of Contents

    Class AsyncAutoResetEvent

    Inheritance
    object
    AsyncAutoResetEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.dll
    Syntax
    public class AsyncAutoResetEvent

    Constructors

    | Edit this page View Source

    AsyncAutoResetEvent(bool)

    Declaration
    public AsyncAutoResetEvent(bool initialState = false)
    Parameters
    Type Name Description
    bool initialState

    Methods

    | Edit this page View Source

    Set()

    Declaration
    public void Set()
    | Edit this page View Source

    WaitAsync()

    Declaration
    public ValueTask<bool> WaitAsync()
    Returns
    Type Description
    ValueTask<bool>

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX