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