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, int ms ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function InterWaitOne ( _ that As ManualResetEvent, _ ms As Integer _ ) As Boolean |
Visual C++ |
---|
[ExtensionAttribute] public: static bool InterWaitOne( ManualResetEvent^ that, int ms ) |