PSWorkflowFileInstanceStore Class

Definition

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
PSWorkflowFileInstanceStore

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)

Applies to