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