Share via


PSWorkflowRemoteActivityState Constructor

Definition

Creates a PSWorkflowRemoteActivityState for a workflow instance based on deserialized object

public:
 PSWorkflowRemoteActivityState(Microsoft::PowerShell::Workflow::PSWorkflowInstanceStore ^ store, System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::Dictionary<int, Tuple<System::Object ^, System::String ^> ^> ^> ^ deserializedRemoteActivityState);
public PSWorkflowRemoteActivityState (Microsoft.PowerShell.Workflow.PSWorkflowInstanceStore store, System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<int,Tuple<object,string>>> deserializedRemoteActivityState);
new Microsoft.PowerShell.Workflow.PSWorkflowRemoteActivityState : Microsoft.PowerShell.Workflow.PSWorkflowInstanceStore * System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<int, obj * string>> -> Microsoft.PowerShell.Workflow.PSWorkflowRemoteActivityState
Public Sub New (store As PSWorkflowInstanceStore, deserializedRemoteActivityState As Dictionary(Of String, Dictionary(Of Integer, Tuple(Of Object, String))))

Parameters

deserializedRemoteActivityState
Dictionary<String,Dictionary<Int32,Tuple<Object,String>>>

Applies to