IReaderWriterLock Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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() |