C# 클래스 HermaFx.Threading.ReadWriterLockSlimExtensions

파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
GetReadLock ( this @lock ) : IDisposable
GetReadOnlyLock ( this @lock ) : IDisposable
GetWriteLock ( this @lock ) : IDisposable

메소드 상세

GetReadLock() 공개 정적인 메소드

public static GetReadLock ( this @lock ) : IDisposable
@lock this
리턴 IDisposable

GetReadOnlyLock() 공개 정적인 메소드

public static GetReadOnlyLock ( this @lock ) : IDisposable
@lock this
리턴 IDisposable

GetWriteLock() 공개 정적인 메소드

public static GetWriteLock ( this @lock ) : IDisposable
@lock this
리턴 IDisposable