1 instantiation of ReleaseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
237
return new
ReleaseAsyncResult
(this, timeout, callback, state);
8 references to ReleaseAsyncResult
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (8)
242
ReleaseAsyncResult
.End(result);
1004
PrepareAsyncCompletion(
ReleaseAsyncResult
.handleEndExecute),
1060
AsyncResult.End<
ReleaseAsyncResult
>(result);
1065
ReleaseAsyncResult
thisPtr = (
ReleaseAsyncResult
)result.AsyncState;
1077
result = this.persistenceContext.BeginEnlist(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(
ReleaseAsyncResult
.handleEndEnlist), this);
1084
ReleaseAsyncResult
thisPtr = (
ReleaseAsyncResult
)result.AsyncState;