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

LockRenewalTask() public méthode

public LockRenewalTask ( 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 LockRenewalTask(SqlWorkflowInstanceStore store, SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
            : base(store, storeLock, new ExtendLockCommand(), taskInterval, taskTimeout, true)
        {
        }