Base:
method
EndTryCommand
System.Runtime.DurableInstancing.InstanceStore.EndTryCommand(System.IAsyncResult)
4 references to EndTryCommand
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (1)
132this.commandSuccess = this.InstanceStore.EndTryCommand(result);
System\Activities\DurableInstancing\PersistenceTask.cs (1)
112this.Store.EndTryCommand(result);
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
665this.EndTryCommand(result);
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
126thisPtr.Store.EndTryCommand(result);