3 writes to InstanceLockedExceptionAction
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
57this.InstanceLockedExceptionAction = SqlWorkflowInstanceStoreConstants.DefaultInstanceLockedExceptionAction;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\SqlWorkflowInstanceStoreBehavior.cs (2)
42InstanceLockedExceptionAction = defaultInstanceLockedExceptionAction, 81this.SqlWorkflowInstanceStore.InstanceLockedExceptionAction = value;
3 references to InstanceLockedExceptionAction
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
515return (this.InstanceLockedExceptionAction != InstanceLockedExceptionAction.NoRetry); 650this.RetryStrategy = LoadRetryStrategyFactory.CreateRetryStrategy(this.InstanceLockedExceptionAction);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\SqlWorkflowInstanceStoreBehavior.cs (1)
77return this.SqlWorkflowInstanceStore.InstanceLockedExceptionAction;