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

In This Topic
    Connect(Message) Method
    In This Topic
    Connects to the adTempus server.
    Syntax
    'Declaration
     
    
    Overloads Function Connect( _
       ByRef failureMessage As Message _
    ) As Boolean
    bool Connect( 
       out Message failureMessage
    )

    Parameters

    failureMessage

    Return Value

    True if the connection succeeds. If it fails, the failureMessage contains more information.
    Remarks

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

    See Also