C# Class Dev2.DynamicServices.FileSystemInstanceStore

Inheritance: System.Runtime.DurableInstancing.InstanceStore
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FileSystemInstanceStore ( ) : System

Protected Methods

Method Description
BeginTryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
EndTryCommand ( IAsyncResult ar ) : bool
TryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout ) : bool

Private Methods

Method Description
ProcessCreateWorkflowOwner ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.CreateWorkflowOwnerCommand command ) : Exception
ProcessLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowCommand command ) : Exception
ProcessLoadWorkflowByInstanceKey ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowByInstanceKeyCommand command ) : Exception
ProcessSaveWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.SaveWorkflowCommand command ) : Exception
SharedLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Guid instanceId ) : void

Method Details

BeginTryCommand() protected method

protected BeginTryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
context System.Runtime.DurableInstancing.InstancePersistenceContext
command System.Runtime.DurableInstancing.InstancePersistenceCommand
timeout System.TimeSpan
callback AsyncCallback
state object
return IAsyncResult

EndTryCommand() protected method

protected EndTryCommand ( IAsyncResult ar ) : bool
ar IAsyncResult
return bool

FileSystemInstanceStore() public method

public FileSystemInstanceStore ( ) : System
return System

TryCommand() protected method

protected TryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout ) : bool
context System.Runtime.DurableInstancing.InstancePersistenceContext
command System.Runtime.DurableInstancing.InstancePersistenceCommand
timeout System.TimeSpan
return bool