 | CSQLSRV.iGetServersLST Method |
Get a list of the visible servers into LST
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iGetServersLST(
CLST lst
)
public static int iGetServersLST(
CLST lst
)
Public Shared Function iGetServersLST (
lst As CLST
) As Integer
Public Shared Function iGetServersLST (
lst As CLST
) As Integer
public:
static int iGetServersLST(
CLST^ lst
)
public:
static int iGetServersLST(
CLST^ lst
)
static member iGetServersLST :
lst : CLST -> int
static member iGetServersLST :
lst : CLST -> int
Parameters
- lst
- Type: GeoEngine.Core.GXNet.CLST
Return Value
Type:
Int32Number of servers
See Also