1 write to timeout
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
1039this.timeout = timeout;
5 references to timeout
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstanceHandle.cs (5)
1041if (this.timeout != TimeSpan.Zero && this.timeout != TimeSpan.MaxValue) 1046List<InstancePersistenceEvent> existingReadyEvents = this.handle.StartWaiting(this, this.timer, this.timeout); 1049if (this.timeout == TimeSpan.Zero) 1091thisPtr.Complete(false, new TimeoutException(SRCore.WaitForEventsTimedOut(thisPtr.timeout)));