PowerShell.AsJobProxy 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.
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