adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class
Members


In This Topic
    Scheduler Class
    In This Topic
    Represents a connection to an adTempus server.
    Object Model
    Scheduler ClassIExtensionManager InterfaceJobServices ClassOID ClassDataContext Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Scheduler 
    public sealed class Scheduler 
    public ref class Scheduler sealed 
    Remarks

    Use the static (shared) Connect methods to connect to a server and return a Scheduler object representing the connection.

    Data Operations

    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.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Scheduler

    See Also