Beispiel #1
0
 public NSQ(String hostname, Int32 port)
     : this()
 {
     _lookupClient = new NSQLookup(hostname, port);
 }
Beispiel #2
0
 public NSQ(String hostname, Int32 port)
     : this()
 {
     _lookupClient = new NSQLookup(hostname, port);
 }
Beispiel #3
0
 public NSQ(String hostname)
     : this()
 {
     _lookupClient = new NSQLookup(hostname);
 }
Beispiel #4
0
 public NSQ(String hostname)
     : this()
 {
     _lookupClient = new NSQLookup(hostname);
 }