C# 클래스 DslConfig.Engine.AbstractLockable

Provide local read / writer copy semantics
파일 보기 프로젝트 열기: johannes-brunner/DslConfig

공개 메소드들

메소드 설명
ReadLock ( System.Action action ) : void

Execute the action under a read lock

WriteLock ( System.Action action ) : void

Execute the action under a write lock

메소드 상세

ReadLock() 공개 메소드

Execute the action under a read lock
public ReadLock ( System.Action action ) : void
action System.Action The action.
리턴 void

WriteLock() 공개 메소드

Execute the action under a write lock
public WriteLock ( System.Action action ) : void
action System.Action The action.
리턴 void