ScheduledJobDefinition.Register 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.
Registers this scheduled job definition object by doing the following: a) Writing this object to the scheduled job object store. b) Registering this job as a Windows Task Scheduler task. c) Adding this object to the local repository.
public void Register ();
member this.Register : unit -> unit
Public Sub Register ()