Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / GetActiveEplanServersOnLocalMachine Method
List to be filled with information about Eplan remote servers currently active on local machine.

In This Topic
    GetActiveEplanServersOnLocalMachine Method (IEplanRemoteClient)
    In This Topic
    Get Eplan Servers which are currently active on local machine.
    Syntax
    void GetActiveEplanServersOnLocalMachine( 
       out List<EplanServerData> lServers
    )
    void GetActiveEplanServersOnLocalMachine( 
       [Out] List<EplanServerData^>^ lServers
    ) 

    Parameters

    lServers
    List to be filled with information about Eplan remote servers currently active on local machine.

    Return Value

    Remote call Response.
    See Also