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