C# Class Brunet.Simulator.Tasks.DhtPut

Used to perform a DhtPut from a specific node.
Inheritance: Task
Datei anzeigen 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_oe property

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

Node public_oe property

public Node Node
return Node

Ttl public_oe property

public int Ttl
return int

Value public_oe property

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

_result protected_oe property

protected DhtPutResult _result
return DhtPutResult