1 instantiation of OpenInstanceStoreAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
431
return new
OpenInstanceStoreAsyncResult
(this, timeout, callback, state);
8 references to OpenInstanceStoreAsyncResult
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (8)
437
OpenInstanceStoreAsyncResult
.End(result);
524
this.OnCompleting =
OpenInstanceStoreAsyncResult
.onFinally;
539
this.PrepareAsyncCompletion(
OpenInstanceStoreAsyncResult
.handleEndExecute), this);
561
OpenInstanceStoreAsyncResult
thisPtr = (
OpenInstanceStoreAsyncResult
)result.AsyncState;
581
OpenInstanceStoreAsyncResult
thisPtr = (
OpenInstanceStoreAsyncResult
)result;
592
AsyncResult.End<
OpenInstanceStoreAsyncResult
>(result);