Method | Description | |
---|---|---|
FileSystemInstanceStore ( ) : System |
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 |
Method | Description | |
---|---|---|
ProcessCreateWorkflowOwner ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.CreateWorkflowOwnerCommand command ) : |
||
ProcessLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowCommand command ) : |
||
ProcessLoadWorkflowByInstanceKey ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowByInstanceKeyCommand command ) : |
||
ProcessSaveWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.SaveWorkflowCommand command ) : |
||
SharedLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Guid instanceId ) : void |
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 |
protected EndTryCommand ( IAsyncResult ar ) : bool | ||
ar | IAsyncResult | |
return | bool |
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 |