StartJobCommand.ProcessRecord Method

Definition

The expression will be executed in the remote computer if a remote runspace parameter or computer name is specified. If none other than command parameter is specified, then it just executes the command locally without creating a new remote runspace object.

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

Applies to