
'Declaration
Public NotInheritable Class Scheduler
public sealed class Scheduler
public ref class Scheduler sealed
Use the static (shared) Connect methods to connect to a server and return a Scheduler object representing the connection.
Most object fetching an manipulation takes place within a DataContext. You should use the ReadOnlyDataContext only for fetching objects for read-only use (e.g., the list of jobs shown in the adTempus Console). For update operations you should create a new DataContext using NewDataContext and then fetch all necessary objects within the new context.
System.Object
ArcanaDevelopment.adTempus.Client.Scheduler