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