9 types derived from SqlWorkflowInstanceStoreAsyncResult
System.Activities.DurableInstancing (9)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
15
class DetectActivatableWorkflowsAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
15
sealed class DetectRunnableInstancesAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
14
sealed class ExtendLockAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
16
class LoadWorkflowAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
14
sealed class RecoverInstanceLocksAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
22
sealed class SaveWorkflowAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
17
class TestDatabaseVersionAndRunAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
13
sealed class UnlockInstanceAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
System\Activities\DurableInstancing\WorkflowOwnerAsyncResult.cs (1)
16
abstract class WorkflowOwnerAsyncResult :
SqlWorkflowInstanceStoreAsyncResult
18 references to SqlWorkflowInstanceStoreAsyncResult
System.Activities.DurableInstancing (18)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
108
SqlWorkflowInstanceStoreAsyncResult
sqlResult = (
SqlWorkflowInstanceStoreAsyncResult
) result;
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (4)
381
else if (result is
SqlWorkflowInstanceStoreAsyncResult
)
383
return
SqlWorkflowInstanceStoreAsyncResult
.End(result);
393
SqlWorkflowInstanceStoreAsyncResult
sqlWorkflowInstanceStoreAsyncResult = new TestDatabaseVersionAndRunAsyncResult(context, command, this, this.storeLock, Transaction.Current, timeout, targetVersion, callback, state);
405
SqlWorkflowInstanceStoreAsyncResult
sqlWorkflowInstanceStoreAsyncResult = null;
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (12)
58
this.OnCompleting +=
SqlWorkflowInstanceStoreAsyncResult
.finallyCallback;
113
AsyncResult.End<
SqlWorkflowInstanceStoreAsyncResult
>(result);
120
ActionItem.Schedule(
SqlWorkflowInstanceStoreAsyncResult
.StartOperationCallback, this);
144
SqlWorkflowInstanceStoreAsyncResult
thisPtr = result as
SqlWorkflowInstanceStoreAsyncResult
;
173
SqlWorkflowInstanceStoreAsyncResult
thisPtr = (
SqlWorkflowInstanceStoreAsyncResult
)result.AsyncState;
187
SqlWorkflowInstanceStoreAsyncResult
thisPtr = (
SqlWorkflowInstanceStoreAsyncResult
)result.AsyncState;
222
IAsyncResult bindReclaimedAsyncResult = thisPtr.InstancePersistenceContext.BeginBindReclaimedLock(reclaimLockAtVersion, thisPtr.TimeoutHelper.RemainingTime(), thisPtr.PrepareAsyncCompletion(
SqlWorkflowInstanceStoreAsyncResult
.onBindReclaimed), thisPtr);
257
SqlWorkflowInstanceStoreAsyncResult
sqlWorkflowInstanceStoreAsyncResult = (
SqlWorkflowInstanceStoreAsyncResult
) state;