Search Results for

    Show / Hide Table of Contents
    View Source

    Class WaitHandleExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class WaitHandleExtensions

    Methods

    View Source

    WaitOneAsync(WaitHandle, Int32)

    Declaration
    public static Task WaitOneAsync(this WaitHandle handle, int millisecondsTimeout = default(int))
    Parameters
    Type Name Description
    WaitHandle handle
    System.Int32 millisecondsTimeout
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • WaitOneAsync(WaitHandle, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX