1 write to timeoutHelper
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
83this.timeoutHelper = new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (4)
84this.timeoutHelper.RemainingTime(); 107IAsyncResult result = OnBeginSend(this.currentSendIndex, this.timeoutHelper.RemainingTime(), this.onSendCompletedCallback, null); 134result = OnBeginSend(index, this.timeoutHelper.RemainingTime(), this.onSendCompletedCallback, null); 211IAsyncResult result = this.channel.BeginClose(this.timeoutHelper.RemainingTime(), onCloseCompletedCallback, null);