C# Class System.Activities.DurableInstancing.LockRenewalTask

Inheritance: System.Activities.DurableInstancing.PersistenceTask
显示文件 Open project: mahasak/dotnet452

Public Methods

Method Description
LockRenewalTask ( 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

LockRenewalTask() public method

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