Connection.ConnectionBase.CheckConnect method
Checks if terminal connection to MT4 server is alive
public virtual Task<CheckConnectReply> CheckConnect(CheckConnectRequest 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
- class CheckConnectReply
- class CheckConnectRequest
- class ConnectionBase
- namespace mt4_term_api