CRecordTcpCreateClientRetry
A TCP client can be created using a message. A flag can be specified that you want to receive a notification in case of a new attempt to establish the connection. This record is the desired notification.
{ "id": "ef1cf2a3-b501-404a-8545-394ae5b7a514", "name": "TCP_CREATE_CLIENT_RETRY", "isService": "false", "hasOtherSlots": "false", "description": "Begin of a new retry period for client connection.", "slots": [ { "key": "1", "name": "ID", "answer": "false", "mandatory": "true", "type": "UUID", "description": "The client ID." }, { "key": "2", "name": "TIMEOUT", "answer": "false", "mandatory": "true", "type": "LONG", "description": "The retry period." }, { "key": "3", "name": "RETRY_COUNT", "answer": "false", "mandatory": "true", "type": "INT", "description": "The retry count." } ] }