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

Stores the state used for asynchronous gets.
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
AsDhtGetState ( Channel returns ) : System

Method Details

AsDhtGetState() public méthode

public AsDhtGetState ( Channel returns ) : System
returns Channel
Résultat System

Property Details

GotToLeaveEarly public_oe property

public bool GotToLeaveEarly
Résultat bool

SyncRoot public_oe property

public object SyncRoot
Résultat object

brunet_address_for_key public_oe property

public MemBlock[] brunet_address_for_key
Résultat MemBlock[]

queueMapping public_oe property

public Hashtable,System.Collections queueMapping
Résultat System.Collections.Hashtable

results public_oe property

public Hashtable,System.Collections results
Résultat System.Collections.Hashtable

returns public_oe property

public Channel returns
Résultat Channel

ttls public_oe property

public Hashtable,System.Collections ttls
Résultat System.Collections.Hashtable