adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class
Fields Properties Methods Events

In This Topic
    Scheduler Class Members
    In This Topic

    The following tables list the members exposed by Scheduler.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Settings to adjust performance parameters for the WCF connection to the server.  
    Top
    Public Properties
     NameDescription
    Public Property Determines whether the client will automatically ping the server periodically to keep the connection alive.  
    Public Property Interval at which the Scheduler session will ping the server to keep the session alive.  
    Public Property Determines whether the user can change the login password.  
    Public PropertyThe Active Directory domain to which the ClientUser belongs.  
    Public Property Returns the Windows user name that this session is authenticated under.  
    Public Property The user name under which the client is connected.  
    Public Property Gets the version of adTempus installed on the client.  
    Public Property Indicates the type of authentication in use for the computer  
    Public Property Gets the status of the server connection.  
    Public Property Gets the engine mode for the adTempus server.  
    Public Property The Extension Manager to be used for this session.  
    Public Property The name of the computer where the adTempus service is running.  
    Public Property The unique ID for this adTempus instance  
    Public Property The name of the adTempus instance.  
    Public Property Indicates whether the user is an adTempus Administrator.  
    Public Property Indicates whether the server is an Agent (EngineMode is AgentOnly, MixedAgent, or LightweightAgent).  
    Public Property Indicates whether the server is Agent-Only(EngineMode is AgentOnly or LightweightAgent).  
    Public Property Indicates whether the server connection is still valid.  
    Public Property Indicates whether the server is a Master (EngineMode is Master).  
    Public Property Indicates whether the server is a mixed agent (EngineMode is MixedAgent).  
    Public Property Indicates whether the server is a standalone instance (EngineMode is Standalone).  
    Public Property Returns a JobServices object, used to perform job-related operations.  
    Public Property Gets the latest version of the adTempus Console that is compatible with the installed server version.  
    Public Property Gets the latest version of adTempus that the server can be updated to.  
    Public Property Gets a license summary from the server.  
    Public Property Gets the licensing status of the server.  
    Public PropertyGets the OID of the SecurityLogin that the client is connected as.  
    Public Property Gets a descriptive version number (more user-friendly than strict version number).  
    Public Property Provides a default read-only DataContext.  
    Public Property The name or address of the server.  
    Public Property Gets the server security certificate.  
    Public Property Returns the feature level of the server, which can be used to assess which functionality is available from the server.  
    Public Property Gets the Windows operating system version for the server.  
    Public Property Gets the current date/time on the adTempus server.  
    Public PropertyGets the System.TimeZoneInfo for the server.  
    Public Property Gets the version of adTempus installed on the server.  
    Public Property Gets a collection containing software update messages.  
    Public Property The X.509 certificate, if any, returned by the server.  
    Top
    Public Methods
     NameDescription
    Public Method Adds a server trust relationship with another server.  
    Public Methodstatic (Shared in Visual Basic)Returns a connection descriptor to use with Connect methods when connecting to a non-standard port or named instance.  
    Public Method Tests whether the user has the specified permission on the root security template.  
    Public Method Changes the user's login password.  
    Public Method Compares the current version of the object to the version of the object contained in the specified snapshot.  
    Public Method Compares two snapshots for an object.  
    Public Method Compares two versions of an object.  
    Public Method Compares an unsaved object to the version of the object contained in the specified snapshot.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Connects to an adTempus server  
    Public Method Creates an instance of the custom object with the specified typeID.  
    Public Method Creates a snapshot of the current state of all or selected objects.  
    Public Method Removes a linked server (server trust relationship).  
    Public Method  
    Public Method Determines whether the specified feature is available on the server.  
    Public Method Returns file or directory listing information from the server.  
    Public Method Gets the audit and snapshot settings for a class and change type.  
    Public Method Gets diagnostic information (such as component versions) for the client.  
    Public Method Gets the client auto-update package from the server and writes it to a stream.  
    Public Method Gets information about the Event Logs configured on the adTempus server.  
    Public Method Gets information about the feature with the specified key.  
    Public Method Returns an ImportExportFacility for performing exports and imports.  
    Public MethodGets the ArcanaDevelopment.adTempus.Shared.LinkedServer object representing the trust relationship with another adTempus server.  
    Public Method Gets information on trust relationships that the server has with one or more other servers.  
    Public Method Gets a list of tags that have been used for objects of the specified class.  
    Public Method Gets a user-friendly (text) report showing the effective permissions for an object/user combination  
    Public Method Gets a collection of the X.509 server certificates installed on the adTempus server.  
    Public Method Gets diagnostic information (such as component versions) from the server.  
    Public Method Gets information about the current load on the server and/or its Agents.  
    Public Method Returns the server property with the specified key.  
    Public Method Returns the server property with the specified key.  
    Public Method Returns the server property with the specified key.  
    Public Method Returns the server property with the specified key.  
    Public Method Gets a collection containing information about all services installed on the adTempus server.  
    Public Method Determines the changes made to an object as part of a change that produced a snapshot.  
    Public Method Determines whether the server has the specified kind of trust relationship with another server.  
    Public MethodCreates a new DataContext in which to perform data operations.  
    Public Method Pings the server to test the state of the connection and to keep the connection alive.  
    Public Method Gets records from the Object Change Log for one or more objects.  
    Public Method Attempts to resolve a Windows principal name and returns the corresponding SecurityIdentifier.  
    Public Method Attempts to resolve one or more Windows principal names and returns the corresponding SecurityIdentifiers.  
    Public Method Signs a delegating token.  
    Public MethodTests a database connection defined for a DatabaseOperationTask  
    Public Method Instructs the server to send software updates to the specified Remote Agents.  
    Public Method Validates Windows login credentials.  
    Top
    Public Events
     NameDescription
    Public Event Raised if the connection to the server fails.  
    Top
    See Also