System.Threading.SpinLock: Method Members

The methods of System.Threading.SpinLock are listed below. For a list of all members, see the SpinLock Members list.

See Also: Inherited members from System.ValueType

Public Methods

Enter(ref bool)
Documentation for this section has not yet been entered.
Exit()

Releases the lock.

Exit(bool)

Releases the lock.

TryEnter(ref bool)
Documentation for this section has not yet been entered.
TryEnter(int, ref bool)
Documentation for this section has not yet been entered.
TryEnter(TimeSpan, ref bool)
Documentation for this section has not yet been entered.