PSWorkflowRuntime Class

Definition

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
PSWorkflowRuntime
Implements

Constructors

Name Description
PSWorkflowRuntime()

Default constructor

PSWorkflowRuntime(PSWorkflowConfigurationProvider)

Constructs runtime based on configuration

Properties

Name Description
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

Name Description
Dispose()

Disope implementation.

Applies to