Dela via


ScheduledJob(String, String, ScheduledJobDefinition) Constructor

Definition

Constructor.

public ScheduledJob (string command, string name, Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition jobDefinition);
new Microsoft.PowerShell.ScheduledJob.ScheduledJob : string * string * Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition -> Microsoft.PowerShell.ScheduledJob.ScheduledJob
Public Sub New (command As String, name As String, jobDefinition As ScheduledJobDefinition)

Parameters

command
String

Job command string for display

name
String

Name of job

jobDefinition
ScheduledJobDefinition

ScheduledJobDefinition defining job to run

Applies to