C# Class System.Activities.DurableInstancing.LockRecoveryTask

Inheritance: System.Activities.DurableInstancing.PersistenceTask
Datei anzeigen Open project: mahasak/dotnet452

Public Methods

Method Description
LockRecoveryTask ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store, System.Activities.DurableInstancing.SqlWorkflowInstanceStoreLock storeLock, TimeSpan taskInterval, TimeSpan taskTimeout ) : System

Protected Methods

Method Description
HandleError ( Exception exception ) : void

Method Details

HandleError() protected method

protected HandleError ( Exception exception ) : void
exception Exception
return void

LockRecoveryTask() public method

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
return System