Name | Description | |
---|---|---|
WcfBindingSettings | Settings to adjust performance parameters for the WCF connection to the server. |
The following tables list the members exposed by Scheduler.
Name | Description | |
---|---|---|
WcfBindingSettings | Settings to adjust performance parameters for the WCF connection to the server. |
Name | Description | |
---|---|---|
AutoKeepAlive | Determines whether the client will automatically ping the server periodically to keep the connection alive. | |
AutoKeepAliveInterval | Interval at which the Scheduler session will ping the server to keep the session alive. | |
AvailableConsoleVersion | Gets the version of the Console that is available on the server. | |
CanChangePassword | Determines whether the user can change the login password. | |
ClientDomain | The Active Directory domain to which the ClientUser belongs. | |
ClientName | Returns the Windows user name that this session is authenticated under. | |
ClientUser | The user name under which the client is connected. | |
ClientVersion | Gets the version of adTempus installed on the client. | |
ConnectionAuthenticationType | Indicates the type of authentication in use for the computer | |
ConnectionStatus | Gets the status of the server connection. | |
EngineMode | Gets the engine mode for the adTempus server. | |
ExtensionManager | The Extension Manager to be used for this session. | |
HostComputer | The name of the computer where the adTempus service is running. | |
InstanceID | The unique ID for this adTempus instance | |
InstanceName | The name of the adTempus instance. | |
IsAdministrator | Indicates whether the user is an adTempus Administrator. | |
IsAgent | Indicates whether the server is an Agent (EngineMode is AgentOnly, MixedAgent, or LightweightAgent). | |
IsAgentOnly | Indicates whether the server is Agent-Only(EngineMode is AgentOnly or LightweightAgent). | |
IsConnected | Indicates whether the server connection is still valid. | |
IsController | Indicates whether the server is a Controller (EngineMode is Controller). | |
IsMixedAgent | Indicates whether the server is a mixed agent (EngineMode is MixedAgent). | |
IsStandalone | Indicates whether the server is a standalone instance (EngineMode is Standalone). | |
JobServices | Returns a JobServices object, used to perform job-related operations. | |
LatestServerVersion | Gets the latest version of adTempus that the server can be updated to. | |
LicenseInfo | Gets a license summary from the server. | |
LicenseStatus | Gets the licensing status of the server. | |
LoginOID | Gets the OID of the SecurityLogin that the client is connected as. | |
ProductVersion | Gets a descriptive version number (more user-friendly than strict version number). | |
ReadOnlyDataContext | Provides a default read-only DataContext. | |
ServerAddress | The name or address of the server. | |
ServerAndInstanceName | Gets the server name and instance name, if any | |
ServerCertificate | Gets the server security certificate. | |
ServerOperatingSystemVersion | Gets the Windows operating system version for the server. | |
ServerTime | Gets the current date/time on the adTempus server. | |
ServerTimeZone | Gets the System.TimeZoneInfo for the server. | |
ServerVersion | Gets the version of adTempus installed on the server. | |
SoftwareUpdateMessages | Gets a collection containing software update messages. | |
X509Certificate | The X.509 certificate, if any, returned by the server. |
Name | Description | |
---|---|---|
AddOrUpdateLinkedServer | Adds a server trust relationship with another server. | |
BuildConnectionDescriptor | Returns a connection descriptor to use with Connect methods when connecting to a non-standard port or named instance. | |
CanPerform | Tests whether the user has the specified permission on the root security template. | |
ChangePassword | Changes the user's login password. | |
CompareObjectCurrentVersionToSnapshot | Compares the current version of the object to the version of the object contained in the specified snapshot. | |
CompareObjectSnapshotToSnapshot | Compares two snapshots for an object. | |
CompareObjectToObject | Compares two versions of an object. | |
CompareObjectToSnapshot | Compares an unsaved object to the version of the object contained in the specified snapshot. | |
Connect | Overloaded. Connects to an adTempus server | |
CreateCustomObject | Creates an instance of the custom object with the specified typeID. | |
CreateDataSnapshot | Creates a snapshot of the current state of all or selected objects. | |
DeleteLinkedServer | Removes a linked server (server trust relationship). | |
Dispose | ||
FeatureAvailable | Determines whether the specified feature is available on the server. | |
FileBrowse | Returns file or directory listing information from the server. | |
GetAuditAndSnapshotSettings | Gets the audit and snapshot settings for a class and change type. | |
GetClientDiagnostics | Gets diagnostic information (such as component versions) for the client. | |
GetClientUpdatePackage | Gets the client auto-update package from the server and writes it to a stream. | |
GetEventLogs | Gets information about the Event Logs configured on the adTempus server. | |
GetFeatureInformation | Gets information about the feature with the specified key. | |
GetImportExportFacility | Returns an ImportExportFacility for performing exports and imports. | |
GetLinkedServer | Gets the ArcanaDevelopment.adTempus.Shared.LinkedServer object representing the trust relationship with another adTempus server. | |
GetLinkedServers | Gets information on trust relationships that the server has with one or more other servers. | |
GetObjectTags | Gets a list of tags that have been used for objects of the specified class. | |
GetPermissionReport | Gets a user-friendly (text) report showing the effective permissions for an object/user combination | |
GetSecurityCertificates | Gets a collection of the X.509 server certificates installed on the adTempus server. | |
GetServerDiagnostics | Gets diagnostic information (such as component versions) from the server. | |
GetServerLoadInfo | Gets information about the current load on the server and/or its Agents. | |
GetServerPropertyBool | Returns the server property with the specified key. | |
GetServerPropertyDateTime | Returns the server property with the specified key. | |
GetServerPropertyInt | Returns the server property with the specified key. | |
GetServerPropertyString | Returns the server property with the specified key. | |
GetServices | Gets a collection containing information about all services installed on the adTempus server. | |
GetSnapshotChanges | Determines the changes made to an object as part of a change that produced a snapshot. | |
HasServerTrust | Determines whether the server has the specified kind of trust relationship with another server. | |
NewDataContext | Creates a new DataContext in which to perform data operations. | |
PingServer | Pings the server to test the state of the connection and to keep the connection alive. | |
QueryChangeLog | Gets records from the Object Change Log for one or more objects. | |
ResolveSecurityName | Attempts to resolve a Windows principal name and returns the corresponding SecurityIdentifier. | |
ResolveSecurityNames | Attempts to resolve one or more Windows principal names and returns the corresponding SecurityIdentifiers. | |
ServerVersionIsAtLeast | Determines whether the ServerVersion is greater than or equal to the specified version. | |
SignDelegationToken | Signs a delegating token. | |
TestDatabaseConnection | Tests a database connection defined for a DatabaseOperationTask | |
UpdateAgents | Instructs the server to send software updates to the specified Remote Agents. | |
ValidateLoginCredentials | Validates Windows login credentials. |
Name | Description | |
---|---|---|
ConnectionFailed | Raised if the connection to the server fails. |