adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileServiceProvider Class / Test Method
Reserved


In This Topic
    Test Method (FileServiceProvider)
    In This Topic
    Tests to determine if a successful connection can be made using the settings
    Syntax
    'Declaration
     
    
    Public Function Test( _
       ByVal testData As String _
    ) As MessageCollection

    Parameters

    testData
    Reserved

    Return Value

    A collection of messages indicating the results or errors encountered
    Remarks
    If the test is successful the collection will contain a message with ArcanaDevelopment.adTempus.Shared.MessageType set to ArcanaDevelopment.adTempus.Shared.MessageType.Informational and the ArcanaDevelopment.adTempus.Shared.MessageCollection.HighestSeverity will be ArcanaDevelopment.adTempus.Shared.MessageType.Informational. Otherwise the collection will contain one or more messages giving more information about the problem
    See Also