C# Class Brunet.Cdc.LocalHashTable.LhtAsResult

Inheritance: IAsyncResult
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Result MemBlock

Protected Properties

Property Type Description
_state object
_wh System.Threading.WaitHandle

Public Methods

Method Description
LhtAsResult ( object state, MemBlock res ) : NUnit.Framework

Method Details

LhtAsResult() public method

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

Property Details

Result public property

public MemBlock Result
return MemBlock

_state protected property

protected object _state
return object

_wh protected property

protected System.Threading.WaitHandle _wh
return System.Threading.WaitHandle