CoAuthLock.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.
Unlocks the specified lock.
public:
void Unlock();
public void Unlock ();
abstract member Unlock : unit -> unit
Public Sub Unlock ()
Remarks
This method unlocks the specified lock even if it belongs to a user other than the current one.