Brunet.Services.Dht.Entry.Entry C# (CSharp) Method

Entry() public method

Uses the hashtable as the data store for the dht
public Entry ( Hashtable ht ) : System
ht System.Collections.Hashtable A hashtable containing key, value, create_time, and end_time strings as keys
return System
    public Entry(Hashtable ht) {
      _ht = ht;
    }

Same methods

Entry::Entry ( MemBlock key, MemBlock data, System.DateTime create_time, System.DateTime end_time ) : System