Test.DhtOpTester.SerialAsyncGet C# (CSharp) Méthode

SerialAsyncGet() public méthode

public SerialAsyncGet ( byte key, byte results, int op ) : void
key byte
results byte
op int
Résultat void
    public void SerialAsyncGet(byte[] key, byte[][] results, int op) {
      Hashtable ht = new Hashtable();
      ht.Add("key", key);
      ht.Add("results", results);
      ht.Add("op", op);
      SerialAsyncGet((object) ht);
    }

Same methods

DhtOpTester::SerialAsyncGet ( object data ) : void