C# Class GSF.Threading.DisposableWriteLock

A read lock object
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
DisposableWriteLock ( ReaderWriterLock l ) : System

Creates a read lock

Dispose ( ) : void

Method Details

DisposableWriteLock() public méthode

Creates a read lock
public DisposableWriteLock ( ReaderWriterLock l ) : System
l System.Threading.ReaderWriterLock
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void