TimeoutHelper.WaitOne, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function WaitOne ( _
waitHandle As WaitHandle, _
timeout As TimeSpan _
) As Boolean
public static bool WaitOne(
WaitHandle waitHandle,
TimeSpan timeout
)
Paramètres
- waitHandle
Type : System.Threading.WaitHandle
- timeout
Type : System.TimeSpan
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.