adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IApplicationIntegration Interface / Connect Method / Connect() Method

In This Topic
    Connect() Method
    In This Topic
    Connects to the adTempus server.
    Syntax
    'Declaration
     
    
    Overloads Sub Connect() 
    void Connect()
    Remarks

    This method throws an exception if the connection fails.

    You may call this method explicitly to confirm the connection. If you do not, it is automatically called the first time you use a property or method that requires a server connection.

    See Also