RemovePSJobCommand Class

Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
<CmdletAttribute("Remove", "PSJob", SupportsShouldProcess:=True, DefaultParameterSetName:="SessionIdParameterSet")> _
Public Class RemovePSJobCommand
    Inherits JobCmdletBase
[CmdletAttribute("Remove", "PSJob", SupportsShouldProcess=true, DefaultParameterSetName="SessionIdParameterSet")] 
public class RemovePSJobCommand : JobCmdletBase
[CmdletAttribute(L"Remove", L"PSJob", SupportsShouldProcess=true, DefaultParameterSetName=L"SessionIdParameterSet")] 
public ref class RemovePSJobCommand : public JobCmdletBase
/** @attribute CmdletAttribute("Remove", "PSJob", SupportsShouldProcess=true, DefaultParameterSetName="SessionIdParameterSet") */ 
public class RemovePSJobCommand extends JobCmdletBase
CmdletAttribute("Remove", "PSJob", SupportsShouldProcess=true, DefaultParameterSetName="SessionIdParameterSet") 
public class RemovePSJobCommand extends JobCmdletBase

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.PowerShell.Commands.PSRemotingCmdlet
           Microsoft.PowerShell.Commands.JobCmdletBase
            Microsoft.PowerShell.Commands.RemovePSJobCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP

See Also

Reference

RemovePSJobCommand Members
Microsoft.PowerShell.Commands Namespace