Mutex.Lock 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
Lock() | |
Lock(Int32) |
Lock()
public:
void Lock();
public void Lock ();
member this.Lock : unit -> unit
Public Sub Lock ()
Applies to
Lock(Int32)
public:
void Lock(int idLocker);
public void Lock (int idLocker);
member this.Lock : int -> unit
Public Sub Lock (idLocker As Integer)
Parameters
- idLocker
- Int32