PSWorkflowRuntime 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.
PowerShell Workflow host runtime.
public ref class PSWorkflowRuntime : Microsoft::PowerShell::Activities::PSWorkflowHost, IDisposable
public class PSWorkflowRuntime : Microsoft.PowerShell.Activities.PSWorkflowHost, IDisposable
type PSWorkflowRuntime = class
inherit PSWorkflowHost
interface IDisposable
Public Class PSWorkflowRuntime
Inherits PSWorkflowHost
Implements IDisposable
- Inheritance
- Implements
Constructors
PSWorkflowRuntime() |
Default constructor |
PSWorkflowRuntime(PSWorkflowConfigurationProvider) |
Constructs runtime based on configuration |
Properties
Configuration |
The runtime configuration. |
JobManager |
JobManager |
LocalRunspaceProvider |
LocalRunspaceProvider (PSWorkflowHost) |
PSActivityHostController |
PSActivityHostController (PSWorkflowHost) |
RemoteRunspaceProvider |
RemoteRunspaceProvider (PSWorkflowHost) |
UnboundedLocalRunspaceProvider |
The provider which will supply an unbounded number of runspaces - to be used in PowerShell value |
Methods
Dispose() |
Disope implementation. |