1 write to timeoutHelper
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
40
this.
timeoutHelper
= new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (4)
41
this.
timeoutHelper
.RemainingTime(); //Start the timer
331
messageRpc.ReceiveContext.Abandon(this.
timeoutHelper
.RemainingTime());
434
result = ((ICommunicationObject)this.client).BeginClose(this.
timeoutHelper
.RemainingTime(),
648
result = messageRpc.ReceiveContext.BeginComplete(this.
timeoutHelper
.RemainingTime(),