Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GSF
Threading
DisposableWriteLock
C# Class GSF.Threading.DisposableWriteLock
A read lock object
Mostra file
Open project: GridProtectionAlliance/openHistorian
Public Methods
Method
Description
DisposableWriteLock
(
ReaderWriterLock
l
) :
System
Creates a read lock
Dispose
( ) :
void
Method Details
DisposableWriteLock()
public
method
Creates a read lock
public
DisposableWriteLock
(
ReaderWriterLock
l
) :
System
l
System.Threading.ReaderWriterLock
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void