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