public AsyncExists(AsyncExists other)
     : base(other)
 {
     this.listener  = other.listener;
     this.key       = other.key;
     this.partition = other.partition;
 }
Esempio n. 2
0
 public AsyncExists(AsyncExists other)
     : base(other)
 {
     this.listener = other.listener;
     this.key      = other.key;
 }