ReconnectRequest class
public sealed class ReconnectRequest : IBufferMessage, IMessage<ReconnectRequest>
Public Members
| name | description |
|---|---|
| ReconnectRequest() | The default constructor. |
| ReconnectRequest(…) | |
| ForceReconnection { get; set; } | Recreate a terminal instance even if current instance is alive |
| HasForceReconnection { get; } | Gets whether the "force_reconnection" field is set |
| HasTerminalReadinessWaitingTimeoutSeconds { get; } | Gets whether the "terminal_readiness_waiting_timeout_seconds" field is set |
| TerminalReadinessWaitingTimeoutSeconds { get; set; } | optional waiting getting alive for terminal |
| CalculateSize() | |
| ClearForceReconnection() | Clears the value of the "force_reconnection" field |
| ClearTerminalReadinessWaitingTimeoutSeconds() | Clears the value of the "terminal_readiness_waiting_timeout_seconds" field |
| Clone() | |
| override Equals(…) | |
| Equals(…) | |
| override GetHashCode() | |
| MergeFrom(…) | (2 methods) |
| override ToString() | |
| WriteTo(…) | |
| static Descriptor { get; } | |
| static Parser { get; } | |
| const ForceReconnectionFieldNumber | Field number for the "force_reconnection" field. |
| const TerminalReadinessWaitingTimeoutSecondsFieldNumber | Field number for the "terminal_readiness_waiting_timeout_seconds" field. |
See Also
- namespace mt4_term_api