Click or drag to resize
SpinLockUnlock Method
Releases the lock on the SpinLock. This will unlock the SpinLock even if Lock was never called - only call this after Lock has returned.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Unlock()
See Also