1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
649this.timeoutHelper = new TimeoutHelper(timeout);
1 reference to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
651IAsyncResult result = this.instanceContext.channels.BeginClose(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);