Search Results for

    Show / Hide Table of Contents

    Class AsyncManualResetEvent<T>

    Asynchronous manual reset event class, enabling the possibility to set a return value of T.

    Inheritance
    Object
    AsyncManualResetEvent<T>
    AsyncManualResetEvent
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    [Obsolete("Use the AsyncEx library instead")]
    public class AsyncManualResetEvent<T>
    Type Parameters
    Name Description
    T

    Type of value that the event can be set to.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors