1 write to LoadRetryHandler
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
61
this.
LoadRetryHandler
= new LoadRetryHandler();
2 references to LoadRetryHandler
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
474
result = this.
LoadRetryHandler
.Enqueue(loadRetryAsyncResult);
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
210
this.sqlWorkflowInstanceStore.
LoadRetryHandler
.AbortPendingRetries();