1 instantiation of SqlWorkflowInstanceStore
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\SqlWorkflowInstanceStoreBehavior.cs (1)
38this.SqlWorkflowInstanceStore = new SqlWorkflowInstanceStore(connectionString)
42 references to SqlWorkflowInstanceStore
System.Activities.DurableInstancing (41)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
32SqlWorkflowInstanceStore store, 51builder.ApplicationName = SqlWorkflowInstanceStore.CommonConnectionPoolName;
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
22SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (2)
23SqlWorkflowInstanceStore store, 39builder.ApplicationName = SqlWorkflowInstanceStore.CommonConnectionPoolName;
System\Activities\DurableInstancing\DetectActivatableWorkflowsTask.cs (1)
12public DetectActivatableWorkflowsTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval)
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (2)
23SqlWorkflowInstanceStore store, 39builder.ApplicationName = SqlWorkflowInstanceStore.CommonConnectionPoolName;
System\Activities\DurableInstancing\DetectRunnableInstancesTask.cs (1)
12public DetectRunnableInstancesTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval)
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (2)
22SqlWorkflowInstanceStore store, 38builder.ApplicationName = SqlWorkflowInstanceStore.CommonConnectionPoolName;
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
13SqlWorkflowInstanceStore store; 15public InstanceLockTracking(SqlWorkflowInstanceStore store)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (2)
23public LoadRetryAsyncResult(SqlWorkflowInstanceStore store, InstancePersistenceContext context, 36public SqlWorkflowInstanceStore InstanceStore
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
30SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
18SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\LockRecoveryTask.cs (1)
11public LockRecoveryTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
System\Activities\DurableInstancing\LockRenewalTask.cs (1)
11public LockRenewalTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
22public PersistenceTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, InstancePersistenceCommand instancePersistenceCommand, TimeSpan taskInterval, TimeSpan taskTimeout, bool automaticallyResetTimer) 35protected SqlWorkflowInstanceStore Store
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
24SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (2)
22SqlWorkflowInstanceStore store, 38builder.ApplicationName = SqlWorkflowInstanceStore.CommonConnectionPoolName;
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
50SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (7)
58this.HostLockRenewalPeriod = SqlWorkflowInstanceStore.defaultLockRenewalPeriod; 59this.RunnableInstancesDetectionPeriod = SqlWorkflowInstanceStore.defaultInstancePersistenceEventDetectionPeriod; 105if (value.CompareTo(SqlWorkflowInstanceStore.minimumTimeSpanAllowed) < 0) 107throw FxTrace.Exception.ArgumentOutOfRange("lockRenewalPeriod", value, SR.InvalidLockRenewalPeriod(value, SqlWorkflowInstanceStore.minimumTimeSpanAllowed)); 161if (value.CompareTo(SqlWorkflowInstanceStore.minimumTimeSpanAllowed) < 0) 163throw FxTrace.Exception.ArgumentOutOfRange("instancePersistenceEventDetectionPeriod", value, SR.InvalidRunnableInstancesDetectionPeriod(value, SqlWorkflowInstanceStore.minimumTimeSpanAllowed)); 566ConnectTimeout = (int) SqlWorkflowInstanceStore.defaultConnectionOpenTime.TotalSeconds,
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
26SqlWorkflowInstanceStore store, 42SqlWorkflowInstanceStore store, 88protected SqlWorkflowInstanceStore Store
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
19SqlWorkflowInstanceStore sqlWorkflowInstanceStore; 23public SqlWorkflowInstanceStoreLock(SqlWorkflowInstanceStore sqlWorkflowInstanceStore)
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
28SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
22SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
21SqlWorkflowInstanceStore store,
System\Activities\DurableInstancing\WorkflowOwnerAsyncResult.cs (1)
22SqlWorkflowInstanceStore store,
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\SqlWorkflowInstanceStoreBehavior.cs (1)
146SqlWorkflowInstanceStore SqlWorkflowInstanceStore