Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
or .
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static bool InterWaitOne( this ManualResetEvent that, TimeSpan duration ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function InterWaitOne ( _ that As ManualResetEvent, _ duration As TimeSpan _ ) As Boolean |
| Visual C++ |
|---|
[ExtensionAttribute] public: static bool InterWaitOne( ManualResetEvent^ that, TimeSpan duration ) |