Exemplo n.º 1
0
 internal Sequence(Client client, ulong tableID, string key)
 {
     this.client  = client;
     this.tableID = tableID;
     this.key     = Client.StringToByteArray(key);
 }