2 writes to StoreLock
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (2)
56
this.
StoreLock
= storeLock;
269
this.
StoreLock
= null;
17 references to StoreLock
System.Activities.DurableInstancing (17)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
60
if (base.
StoreLock
.IsValid)
138
base.
StoreLock
.MarkInstanceOwnerCreated(this.lockOwnerId, surrogateLockOwnerId, base.InstancePersistenceContext.InstanceHandle, this.fireRunnableInstancesEvent, this.fireActivatableInstancesEvent);
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (2)
36
this.surrogateLockOwnerId = base.
StoreLock
.SurrogateLockOwnerId;
59
base.
StoreLock
.MarkInstanceOwnerLost(this.surrogateLockOwnerId, true);
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
75
base.
StoreLock
.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (2)
49
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.
StoreLock
.SurrogateLockOwnerId });
94
base.
StoreLock
.InstanceDetectionTask.ResetTimer(false, timeTillNextPoll);
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
45
long surrogateOwnerId = base.
StoreLock
.SurrogateLockOwnerId;
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (3)
53
long surrogateLockOwnerId = base.
StoreLock
.SurrogateLockOwnerId;
123
base.InstancePersistenceContext.BindInstanceOwner(base.
StoreLock
.LockOwnerId, base.
StoreLock
.LockOwnerId);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
58
base.
StoreLock
.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
75
parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.
StoreLock
.SurrogateLockOwnerId });
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
41
command.Parameters.Add(new SqlParameter { ParameterName = "@surrogateLockOwnerId", SqlDbType = SqlDbType.BigInt, Value = base.
StoreLock
.SurrogateLockOwnerId });
65
base.
StoreLock
.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\WorkflowOwnerAsyncResult.cs (2)
35
base.
StoreLock
.TakeModificationLock();
40
base.
StoreLock
.ReturnModificationLock();