1 write to maxRandomDelayInMillis
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelayQueuedSendsAsyncResult.cs (1)
44
this.
maxRandomDelayInMillis
= maxRandomDelay.TotalMilliseconds;
2 references to maxRandomDelayInMillis
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\RandomDelayQueuedSendsAsyncResult.cs (2)
138
this.preCalculatedDelays[i] = (int)(this.random.NextDouble() * this.
maxRandomDelayInMillis
);
150
delay = (int)(this.
maxRandomDelayInMillis
* this.random.NextDouble());