示例#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;
 }