WaitHandleExtensions.GetSafeWaitHandle(WaitHandle) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le handle sécurisé pour un handle d’attente de système d’exploitation natif.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Win32::SafeHandles::SafeWaitHandle ^ GetSafeWaitHandle(System::Threading::WaitHandle ^ waitHandle);
[System.Security.SecurityCritical]
public static Microsoft.Win32.SafeHandles.SafeWaitHandle GetSafeWaitHandle (this System.Threading.WaitHandle waitHandle);
public static Microsoft.Win32.SafeHandles.SafeWaitHandle GetSafeWaitHandle (this System.Threading.WaitHandle waitHandle);
[<System.Security.SecurityCritical>]
static member GetSafeWaitHandle : System.Threading.WaitHandle -> Microsoft.Win32.SafeHandles.SafeWaitHandle
static member GetSafeWaitHandle : System.Threading.WaitHandle -> Microsoft.Win32.SafeHandles.SafeWaitHandle
<Extension()>
Public Function GetSafeWaitHandle (waitHandle As WaitHandle) As SafeWaitHandle
Paramètres
- waitHandle
- WaitHandle
Handle de système d’exploitation natif.
Retours
Handle d’attente sécurisé qui encapsule le handle d’attente de système d’exploitation natif.
- Attributs
Exceptions
waitHandle
a la valeur null
.
Remarques
GetSafeWaitHandle est une méthode d’extension qui équivaut à récupérer la valeur de la WaitHandle.SafeWaitHandle propriété .