2 references to BeginTryCommandSkipRetry
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\PersistenceTask.cs (1)
136this.Store.BeginTryCommandSkipRetry(null, this.instancePersistenceCommand, this.taskTimeout,
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
352return BeginTryCommandSkipRetry(context, command, timeout, callback, state);