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

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.

Applies to