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