3 instantiations of TimeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (3)
ChainedAsyncResult.cs (2)
23
this.timeoutHelper = new
TimeoutHelper
(timeout);
29
this.timeoutHelper = new
TimeoutHelper
(timeout);
InterceptingChannelFactory.cs (1)
68
TimeoutHelper timeoutHelper = new
TimeoutHelper
(timeout);
3 references to TimeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (3)
ChainedAsyncResult.cs (1)
16
TimeoutHelper
timeoutHelper;
InterceptingChannelFactory.cs (1)
68
TimeoutHelper
timeoutHelper = new TimeoutHelper(timeout);
TimeoutHelper.cs (1)
62
Timer timer = new Timer(callback, state,
TimeoutHelper
.ToMilliseconds(this.RemainingTime()), Timeout.Infinite);