C# Class System.Activities.DurableInstancing.LockRecoveryTask

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

Méthodes publiques

Méthode Description
LockRecoveryTask ( 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

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