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