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