QuoteClientLoadSrv Method (String, Server)
|
Load server list.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic static MainServer LoadSrv(
string serverFilePath,
out Server[] srvList
)
Public Shared Function LoadSrv (
serverFilePath As String,
<OutAttribute> ByRef srvList As Server()
) As MainServer
public:
static MainServer LoadSrv(
String^ serverFilePath,
[OutAttribute] array<Server>^% srvList
)
static member LoadSrv :
serverFilePath : string *
srvList : Server[] byref -> MainServer
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:
MainServerMain server structure.
See Also