예제 #1
0
 protected QueueStorage(QueueStorage other)
 {
     this.AccountInfo = other.AccountInfo;
     this.Timeout     = other.Timeout;
     this.RetryPolicy = other.RetryPolicy;
     this.Version     = other.Version;
 }
예제 #2
0
 protected QueueStorage(QueueStorage other)
 {
     this.AccountInfo = other.AccountInfo;
     this.Timeout = other.Timeout;
     this.RetryPolicy = other.RetryPolicy;
     this.Version = other.Version;
 }