InvokeCommandCommand.ProcessRecord Method

Definition

The expression will be executed in the remote computer if a remote runspace parameter or computer name or uri is specified.

protected:
 override void ProcessRecord();
protected:
 override void ProcessRecord();
 override void ProcessRecord();
protected override void ProcessRecord ();
override this.ProcessRecord : unit -> unit
Protected Overrides Sub ProcessRecord ()

Remarks

1. Identify if the command belongs to the same pipeline 2. If so, use the same GUID to create Pipeline/PowerShell

Applies to