C# 클래스 Brunet.Cdc.LocalHashTable.LhtAsResult

상속: IAsyncResult
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Result MemBlock

보호된 프로퍼티들

프로퍼티 타입 설명
_state object
_wh System.Threading.WaitHandle

공개 메소드들

메소드 설명
LhtAsResult ( object state, MemBlock res ) : NUnit.Framework

메소드 상세

LhtAsResult() 공개 메소드

public LhtAsResult ( object state, MemBlock res ) : NUnit.Framework
state object
res MemBlock
리턴 NUnit.Framework

프로퍼티 상세

Result 공개적으로 프로퍼티

public MemBlock Result
리턴 MemBlock

_state 보호되어 있는 프로퍼티

protected object _state
리턴 object

_wh 보호되어 있는 프로퍼티

protected System.Threading.WaitHandle _wh
리턴 System.Threading.WaitHandle