Property | Type | Description | |
---|---|---|---|
LocalUseOnly | bool |
Property | Type | Description | |
---|---|---|---|
_channels | Brunet.Collections.Cache | ||
_dht | IDht | ||
_node |
Method | Description | |
---|---|---|
BeginGet ( MemBlock key ) : byte[] |
A slighlty more async version of Get
|
|
ContinueGet ( MemBlock token, object rs ) : void |
Block until a value returns from the get or the get ends.
|
|
EndGet ( MemBlock token ) : void |
Closes a BeginGet.
|
|
HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
RpcDht ( IDht dht, |
Method | Description | |
---|---|---|
GenToken ( MemBlock key ) : byte[] |
public BeginGet ( MemBlock key ) : byte[] | ||
key | MemBlock | Key to retrieve |
return | byte[] |
public ContinueGet ( MemBlock token, object rs ) : void | ||
token | MemBlock | A token to specify which get to follow up. |
rs | object | |
return | void |
public EndGet ( MemBlock token ) : void | ||
token | MemBlock | A token to specify which get to close. |
return | void |
public HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
caller | ISender | |
method | string | |
args | IList | |
rs | object | |
return | void |
public RpcDht ( IDht dht, |
||
dht | IDht | |
node | ||
return | Brunet |
protected Brunet.Collections.Cache _channels | ||
return | Brunet.Collections.Cache |