1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
22
this.
timeoutHelper
= new TimeoutHelper(timeout);
1 reference to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
38
IAsyncResult result = collection[index].BeginOpen(this.
timeoutHelper
.RemainingTime(), nestedCallback, callbackState);