1 write to InstanceStore
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (1)
27this.InstanceStore = store;
5 references to InstanceStore
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (5)
32InstanceStore.BeginTryCommandInternal(this.InstancePersistenceContext, this.InstancePersistenceCommand, 74InstanceStore.BeginTryCommandInternal(this.InstancePersistenceContext, this.InstancePersistenceCommand, 92TimeSpan retryDelay = tryCommandAsyncResult.InstanceStore.GetNextRetryDelay(++tryCommandAsyncResult.retryCount); 98if (tryCommandAsyncResult.InstanceStore.EnqueueRetry(tryCommandAsyncResult)) 132this.commandSuccess = this.InstanceStore.EndTryCommand(result);