C# Class Brunet.Simulator.Tasks.DhtPut

Used to perform a DhtPut from a specific node.
Inheritance: Task
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Key Brunet.Util.MemBlock
Node Node
Ttl int
Value Brunet.Util.MemBlock

Protected Properties

Property Type Description
_result DhtPutResult

Public Methods

Method Description
DhtPut ( Node node, MemBlock key, MemBlock value, int ttl, EventHandler finished ) : Brunet.Concurrent
Start ( ) : void
ToString ( ) : string

Method Details

DhtPut() public method

public DhtPut ( Node node, MemBlock key, MemBlock value, int ttl, EventHandler finished ) : Brunet.Concurrent
node Node
key Brunet.Util.MemBlock
value Brunet.Util.MemBlock
ttl int
finished EventHandler
return Brunet.Concurrent

Start() public method

public Start ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Key public property

public MemBlock,Brunet.Util Key
return Brunet.Util.MemBlock

Node public property

public Node Node
return Node

Ttl public property

public int Ttl
return int

Value public property

public MemBlock,Brunet.Util Value
return Brunet.Util.MemBlock

_result protected property

protected DhtPutResult _result
return DhtPutResult