Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / CentralizedManagement Class / TestServerConnection Method


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

    Return Value

    Returns true if connection is successful, false if connection fails
    See Also