Exemplo n.º 1
0
 public NSQ(String hostname, Int32 port)
     : this()
 {
     _lookupClient = new NSQLookup(hostname, port);
 }
Exemplo n.º 2
0
 public NSQ(String hostname, Int32 port)
     : this()
 {
     _lookupClient = new NSQLookup(hostname, port);
 }
Exemplo n.º 3
0
 public NSQ(String hostname)
     : this()
 {
     _lookupClient = new NSQLookup(hostname);
 }
Exemplo n.º 4
0
 public NSQ(String hostname)
     : this()
 {
     _lookupClient = new NSQLookup(hostname);
 }