C# Class Brunet.Services.Dht.Dht.AsDhtGetState

Stores the state used for asynchronous gets.
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
GotToLeaveEarly bool
SyncRoot object
brunet_address_for_key MemBlock[]
queueMapping System.Collections.Hashtable
results System.Collections.Hashtable
returns Channel
ttls System.Collections.Hashtable

Public Methods

Method Description
AsDhtGetState ( Channel returns ) : System

Method Details

AsDhtGetState() public method

public AsDhtGetState ( Channel returns ) : System
returns Channel
return System

Property Details

GotToLeaveEarly public property

public bool GotToLeaveEarly
return bool

SyncRoot public property

public object SyncRoot
return object

brunet_address_for_key public property

public MemBlock[] brunet_address_for_key
return MemBlock[]

queueMapping public property

public Hashtable,System.Collections queueMapping
return System.Collections.Hashtable

results public property

public Hashtable,System.Collections results
return System.Collections.Hashtable

returns public property

public Channel returns
return Channel

ttls public property

public Hashtable,System.Collections ttls
return System.Collections.Hashtable