IReaderWriterLock Interface

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public interface IReaderWriterLock
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type IReaderWriterLock = interface
Public Interface IReaderWriterLock
Derived
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute

Methods

EnterReadLock()
EnterWriteLock()
ExitReadLock()
ExitWriteLock()

Applies to