Mutex.Unlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Unlock() | |
Unlock(Int32) |
Unlock()
public:
void Unlock();
public void Unlock ();
member this.Unlock : unit -> unit
Public Sub Unlock ()
Applies to
Unlock(Int32)
public:
void Unlock(int idLocker);
public void Unlock (int idLocker);
member this.Unlock : int -> unit
Public Sub Unlock (idLocker As Integer)
Parameters
- idLocker
- Int32