PSWorkflowFileInstanceStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class implements the functionality for storing the streams data on to the disk.
public ref class PSWorkflowFileInstanceStore : Microsoft::PowerShell::Workflow::PSWorkflowInstanceStore
[Windows::Foundation::Metadata::WebHostHidden]
class PSWorkflowFileInstanceStore : Microsoft::PowerShell::Workflow::PSWorkflowInstanceStore
public class PSWorkflowFileInstanceStore : Microsoft.PowerShell.Workflow.PSWorkflowInstanceStore
type PSWorkflowFileInstanceStore = class
inherit PSWorkflowInstanceStore
Public Class PSWorkflowFileInstanceStore
Inherits PSWorkflowInstanceStore
- Inheritance
Constructors
PSWorkflowFileInstanceStore(PSWorkflowConfigurationProvider, PSWorkflowInstance) |
PSWorkflowFileInstanceStore ctor |
Properties
PSWorkflowInstance |
PSWorkflowInstance (Inherited from PSWorkflowInstanceStore) |
Methods
CreateInstanceStore() |
CreateInstanceStore |
CreatePersistenceIOParticipant() |
CreatePersistenceIOParticipant |
Decrypt(ArraySegment<Byte>) |
Decrypt |
Delete() |
Delete (Inherited from PSWorkflowInstanceStore) |
DoDelete() |
Delete |
DoLoad(IEnumerable<Type>) |
DoLoad |
DoSave(IEnumerable<Object>) |
DoSave |
Encrypt(ArraySegment<Byte>) |
Encrypt |
GetAllWorkflowInstanceIds() |
Returns all Workflow guids. |
Load(WorkflowStoreComponents) |
Load (Inherited from PSWorkflowInstanceStore) |
Save(WorkflowStoreComponents) |
Save (Inherited from PSWorkflowInstanceStore) |