Свойство | Тип | Описание | |
---|---|---|---|
_ht |
Метод | Описание | |
---|---|---|
Entry ( |
Uses the hashtable as the data store for the dht
|
|
Entry ( |
Creates a new Entry given the key, data, create time, and end time
|
|
Equals ( Object ent ) : bool |
Compares the hashcodes for two Entrys.
|
|
GetHashCode ( ) : int |
Gets the hashcode for an Entry object computed by the Key.GetHashCode() xor Value.GetHashCode().
|
public Entry ( |
||
ht | A hashtable containing key, value, create_time, and end_time strings as keys | |
Результат | System |
public Entry ( |
||
key | The dht key used for indexing this data. | |
data | A single value stored at this key. | |
create_time | System.DateTime | The initial creation time for this key:value pair. |
end_time | System.DateTime | The time the lease expires for this key:value pair. |
Результат | System |