adTempus API
|
The Application is the top-level object in the adTempus object hierarchy; it provides access to the other objects.
__interface IApplication : IDispatch;
public interface IApplication : IDispatch;
Public Interface IApplication Inherits IDispatch
The Application class is the root of the adTempus API, but has little functionality of its own. Its primary function is to provide for the creation of new client sessions, using the Connect and ConnectRemote methods.
adTempus uses a logging mechanism that can be used to produce diagnostic logs for troubleshooting. See the StartLogging topic for information on enabling logging.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|