PSWorkflowRemoteActivityState Constructor
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.
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
- store
- PSWorkflowInstanceStore
- deserializedRemoteActivityState
- Dictionary<String,Dictionary<Int32,Tuple<Object,String>>>