PSWorkflowHost 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.
Interface that defines the PowerShell workflow host Workflow host defines the set of services that are made available to an activity
public ref class PSWorkflowHost abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class PSWorkflowHost abstract
[Windows::Foundation::Metadata::WebHostHidden]
class PSWorkflowHost abstract
public abstract class PSWorkflowHost
type PSWorkflowHost = class
Public MustInherit Class PSWorkflowHost
- Inheritance
-
PSWorkflowHost
- Derived
Constructors
PSWorkflowHost() |
Properties
LocalRunspaceProvider |
The provider used to obtain local in-proc runspaces |
PSActivityHostController |
The activity host manager to use for processing activities |
RemoteRunspaceProvider |
The provider to be used for obtaining runspaces |
UnboundedLocalRunspaceProvider |
The provider which will supply an unbounded number of runspaces - to be used in PowerShell value |