C# Class System.Activities.DurableInstancing.LockRenewalTask

Inheritance: System.Activities.DurableInstancing.PersistenceTask
Afficher le fichier Open project: mahasak/dotnet452

Méthodes publiques

Méthode Description
LockRenewalTask ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store, System.Activities.DurableInstancing.SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout ) : System

Méthodes protégées

Méthode Description
HandleError ( Exception exception ) : void

Method Details

HandleError() protected méthode

protected HandleError ( Exception exception ) : void
exception Exception
Résultat void

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