Exemple #1
0
 internal DisorderPolicy(DisorderPolicyType type, long reorderLatency)
 {
     this.type           = type;
     this.reorderLatency = reorderLatency;
 }
Exemple #2
0
 internal DisorderPolicy(DisorderPolicyType type)
 {
     this.type           = type;
     this.reorderLatency = 0;
 }