PSWorkflowTimer(PSWorkflowInstance, Object) 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 workflow timer for a workflow instance based on a BLOB
public:
PSWorkflowTimer(Microsoft::PowerShell::Workflow::PSWorkflowInstance ^ instance, System::Object ^ deserializedTimers);
public PSWorkflowTimer (Microsoft.PowerShell.Workflow.PSWorkflowInstance instance, object deserializedTimers);
new Microsoft.PowerShell.Workflow.PSWorkflowTimer : Microsoft.PowerShell.Workflow.PSWorkflowInstance * obj -> Microsoft.PowerShell.Workflow.PSWorkflowTimer
Public Sub New (instance As PSWorkflowInstance, deserializedTimers As Object)
Parameters
- instance
- PSWorkflowInstance
- deserializedTimers
- Object