PSResumableActivityHostController.StartResumablePSCommand Method

Definition

StartResumablePSCommand

public:
 virtual void StartResumablePSCommand(Guid jobInstanceId, System::Activities::Bookmark ^ bookmark, System::Management::Automation::PowerShell ^ command, System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ streams, Microsoft::PowerShell::Activities::PSActivityEnvironment ^ environment, Microsoft::PowerShell::Activities::PSActivity ^ activityInstance);
public virtual void StartResumablePSCommand (Guid jobInstanceId, System.Activities.Bookmark bookmark, System.Management.Automation.PowerShell command, System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject,System.Management.Automation.PSObject> streams, Microsoft.PowerShell.Activities.PSActivityEnvironment environment, Microsoft.PowerShell.Activities.PSActivity activityInstance);
abstract member StartResumablePSCommand : Guid * System.Activities.Bookmark * System.Management.Automation.PowerShell * System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject, System.Management.Automation.PSObject> * Microsoft.PowerShell.Activities.PSActivityEnvironment * Microsoft.PowerShell.Activities.PSActivity -> unit
override this.StartResumablePSCommand : Guid * System.Activities.Bookmark * System.Management.Automation.PowerShell * System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject, System.Management.Automation.PSObject> * Microsoft.PowerShell.Activities.PSActivityEnvironment * Microsoft.PowerShell.Activities.PSActivity -> unit
Public Overridable Sub StartResumablePSCommand (jobInstanceId As Guid, bookmark As Bookmark, command As PowerShell, streams As PowerShellStreams(Of PSObject, PSObject), environment As PSActivityEnvironment, activityInstance As PSActivity)

Parameters

jobInstanceId
Guid
bookmark
Bookmark
command
PowerShell
environment
PSActivityEnvironment
activityInstance
PSActivity

Applies to