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

Stores the state used for asynchronous gets.
Mostrar archivo 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_oe property

public bool GotToLeaveEarly
return bool

SyncRoot public_oe property

public object SyncRoot
return object

brunet_address_for_key public_oe property

public MemBlock[] brunet_address_for_key
return MemBlock[]

queueMapping public_oe property

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

results public_oe property

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

returns public_oe property

public Channel returns
return Channel

ttls public_oe property

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