StartJobCommand.ProcessRecord Method
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.
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 ()