1 instantiation of WaitForEventsAsyncResult
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
773return new WaitForEventsAsyncResult(handle, timeout, callback, state);
11 references to WaitForEventsAsyncResult
System.Runtime.DurableInstancing (11)
System\Runtime\DurableInstancing\InstanceHandle.cs (11)
26WaitForEventsAsyncResult waitResult; 161WaitForEventsAsyncResult resultToCancel = null; 512WaitForEventsAsyncResult resultToComplete = null; 703List<InstancePersistenceEvent> StartWaiting(WaitForEventsAsyncResult result, IOThreadTimer timeoutTimer, TimeSpan timeout) 739bool CancelWaiting(WaitForEventsAsyncResult result) 755WaitForEventsAsyncResult resultToComplete = null; 778return WaitForEventsAsyncResult.End(result); 1043this.timer = new IOThreadTimer(WaitForEventsAsyncResult.timeoutCallback, this, false); 1088WaitForEventsAsyncResult thisPtr = (WaitForEventsAsyncResult)state; 1097return AsyncResult.End<WaitForEventsAsyncResult>(result).readyEvents;