PowerShell.AsJobProxy Method

Definition

Returns a job object which can be used to control the invocation of the command with AsJob Parameter

public:
 System::Management::Automation::PSJobProxy ^ AsJobProxy();
public System.Management.Automation.PSJobProxy AsJobProxy ();
member this.AsJobProxy : unit -> System.Management.Automation.PSJobProxy
Public Function AsJobProxy () As PSJobProxy

Returns

Job object

Applies to