Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / ICentralizedManagement Interface / TestServerConnection Method


In This Topic
    TestServerConnection Method (ICentralizedManagement)
    In This Topic
    Tests the connection to the server indicated in the Centralized Management server url
    Syntax
    'Declaration
     
    
    Function TestServerConnection() As Boolean
    'Usage
     
    
    Dim instance As ICentralizedManagement
    Dim value As Boolean
     
    value = instance.TestServerConnection()
    bool TestServerConnection()
    See Also