adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / Connect Method / Connect() Method


In This Topic
    Connect() Method
    In This Topic
    Establishes a connection to the adTempus server.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Connect() As ApplicationIntegration
    public static ApplicationIntegration Connect()
    public:
    static ApplicationIntegration^ Connect(); 
    Remarks
    Connects to the server and returns a new ApplicationIntegration object representing the connection. If the connection fails, throws an exception.
    See Also