Click or drag to resize

QuoteClientLoadSrv Method (String, Server)

Load server list.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public static MainServer LoadSrv(
	string serverFilePath,
	out Server[] srvList
)

Parameters

serverFilePath
Type: SystemString
Path to srv file. You can find srv files in MT4\config folder.
srvList
Type: TradingAPI.MT4ServerServer
List of loaded servers.

Return Value

Type: MainServer
Main server structure.
See Also