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