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