Class AsyncManualResetEvent<T>
Asynchronous manual reset event class, enabling the possibility to set a return value of T
.
Inherited Members
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. |