System.Activities.DurableInstancing.LockRecoveryTask.LockRecoveryTask C# (CSharp) Méthode

LockRecoveryTask() public méthode

public LockRecoveryTask ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store, System.Activities.DurableInstancing.SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout ) : System
store System.Activities.DurableInstancing.SqlWorkflowInstanceStore
storeLock System.Activities.DurableInstancing.SqlWorkflowInstanceStoreLock
taskInterval TimeSpan
taskTimeout TimeSpan
Résultat System
        public LockRecoveryTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
            : base(store, storeLock, new RecoverInstanceLocksCommand(), taskInterval, taskTimeout, true)
        {
        }