PSResumableActivityHostController Class

Definition

This class will be used for disconnected execution where the Job Id and bookmark will be used resume the execution of workflow after the completion of activity controller work.

public ref class PSResumableActivityHostController abstract : Microsoft::PowerShell::Activities::PSActivityHostController
[Windows::Foundation::Metadata::WebHostHidden]
public ref class PSResumableActivityHostController abstract : Microsoft::PowerShell::Activities::PSActivityHostController
[Windows::Foundation::Metadata::WebHostHidden]
class PSResumableActivityHostController abstract : Microsoft::PowerShell::Activities::PSActivityHostController
public abstract class PSResumableActivityHostController : Microsoft.PowerShell.Activities.PSActivityHostController
type PSResumableActivityHostController = class
    inherit PSActivityHostController
Public MustInherit Class PSResumableActivityHostController
Inherits PSActivityHostController
Inheritance
PSResumableActivityHostController

Constructors

PSResumableActivityHostController(PSWorkflowRuntime)

Default Constructor

Properties

SupportDisconnectedPSStreams

This property indentifies if the Activity controller is running in disconnected mode or not. If it is running in disconnected mode then all the output and data streams will be provied as new objects.

Methods

RunInActivityController(Activity)

Identifies whether the specified activity should run in the activity host or in-proc

(Inherited from PSActivityHostController)
StartResumablePSCommand(Guid, Bookmark, PowerShell, PowerShellStreams<PSObject,PSObject>, PSActivityEnvironment, PSActivity)

StartResumablePSCommand

StopAllResumablePSCommands(Guid)

StopResumablePSCommand

Applies to