Skip to content

Connection.ConnectionBase.ConnectEx method

Creates terminal connection to the MT5 server by MT cluster name, waits for connection and returns Guid of it

public virtual Task<ConnectExReply> ConnectEx(ConnectExRequest request, ServerCallContext context)
parameter description
request The request received from the client.
context The context of the server-side call handler being invoked.

Return Value

The response to send back to the client (wrapped by a task).

See Also