adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Application Class / ConnectLocal Method


In This Topic
    ConnectLocal Method
    In This Topic
    Connects to the adTempus server on the local machine using the identity of the caller.
    Syntax
    'Declaration
     
    
    Public Function ConnectLocal() As Scheduler
    public Scheduler ConnectLocal()
    public:
    Scheduler^ ConnectLocal(); 

    Return Value

    A Scheduler object representing a session with the adTempus server
    Exceptions
    ExceptionDescription
    Occurs if the caller does not have permission to connect to the adTempus server.
    See Also