ScheduleJobCmdletBase Class
Specifies the abstract base class for PowerShell cmdlets that involve scheduled jobs. This SDK programming element is introduced in Windows PowerShell 3.0.
Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)
Usage
'Usage
Dim instance As ScheduleJobCmdletBase
Syntax
'Declaration
Public MustInherit Class ScheduleJobCmdletBase
Inherits PSCmdlet
public abstract class ScheduleJobCmdletBase : PSCmdlet
public ref class ScheduleJobCmdletBase abstract : public PSCmdlet
public abstract class ScheduleJobCmdletBase extends PSCmdlet
public abstract class ScheduleJobCmdletBase extends PSCmdlet
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.ScheduledJob.ScheduleJobCmdletBase
Derived Classes
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
Target Platforms
See Also
Reference
ScheduleJobCmdletBase Members
Microsoft.PowerShell.ScheduledJob Namespace