C# Class Dev2.DynamicServices.FileSystemInstanceStore

Inheritance: System.Runtime.DurableInstancing.InstanceStore
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
FileSystemInstanceStore ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

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
Résultat IAsyncResult

EndTryCommand() protected méthode

protected EndTryCommand ( IAsyncResult ar ) : bool
ar IAsyncResult
Résultat bool

FileSystemInstanceStore() public méthode

public FileSystemInstanceStore ( ) : System
Résultat System

TryCommand() protected méthode

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
Résultat bool