SpinLock.Exit Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the lock.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| SynchronizationLockException | Thread ownership tracking is enabled, and the current thread is not the owner of this lock. |
Show: