1 instantiation of WaitAndHandleStoreEventsAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
191
return new
WaitAndHandleStoreEventsAsyncResult
(this, callback, state);
10 references to WaitAndHandleStoreEventsAsyncResult
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (10)
196
WaitAndHandleStoreEventsAsyncResult
.End(result);
1351
AsyncResult.End<
WaitAndHandleStoreEventsAsyncResult
>(result);
1356
WaitAndHandleStoreEventsAsyncResult
thisPtr = (
WaitAndHandleStoreEventsAsyncResult
)state;
1391
WaitAndHandleStoreEventsAsyncResult
thisPtr = (
WaitAndHandleStoreEventsAsyncResult
)result.AsyncState;
1430
WaitAndHandleStoreEventsAsyncResult
thisPtr = (
WaitAndHandleStoreEventsAsyncResult
)result.AsyncState;
1474
WaitAndHandleStoreEventsAsyncResult
thisPtr = (
WaitAndHandleStoreEventsAsyncResult
)result.AsyncState;