C# 클래스 Brunet.Simulator.Tasks.DhtPut

Used to perform a DhtPut from a specific node.
상속: Task
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Key Brunet.Util.MemBlock
Node Node
Ttl int
Value Brunet.Util.MemBlock

보호된 프로퍼티들

프로퍼티 타입 설명
_result DhtPutResult

공개 메소드들

메소드 설명
DhtPut ( Node node, MemBlock key, MemBlock value, int ttl, EventHandler finished ) : Brunet.Concurrent
Start ( ) : void
ToString ( ) : string

메소드 상세

DhtPut() 공개 메소드

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
리턴 Brunet.Concurrent

Start() 공개 메소드

public Start ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Key 공개적으로 프로퍼티

public MemBlock,Brunet.Util Key
리턴 Brunet.Util.MemBlock

Node 공개적으로 프로퍼티

public Node Node
리턴 Node

Ttl 공개적으로 프로퍼티

public int Ttl
리턴 int

Value 공개적으로 프로퍼티

public MemBlock,Brunet.Util Value
리턴 Brunet.Util.MemBlock

_result 보호되어 있는 프로퍼티

protected DhtPutResult _result
리턴 DhtPutResult