Click or drag to resize

QuoteClientLoadSrv Method (String)

Load only main server.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public static MainServer LoadSrv(
	string serverFilePath
)

Parameters

serverFilePath
Type: SystemString
Path to srv file. You can find srv files in MT4\config folder.

Return Value

Type: MainServer
Main server structure.
See Also