Summary

A lightweight lock that uses System.Threading.Interlocked instead of threading primitives.
For a list of all members of this type, see SpinWaitLock Members .

Declaration Syntax

Public Structure SpinWaitLock
public struct SpinWaitLock
public __value struct SpinWaitLock
In JScript, you can use the structures in the .NET Framework, but you cannot define your own.

Remarks

Unlike many windows locks, this one can not be re-entered by the same thread.

Requirements

Namespace: Eas.WebCrawler.Common.Threading
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

SpinWaitLock Members | Eas.WebCrawler.Common.Threading Namespace