Home › Forums › Support › SendReceiveObject has not overload for send an object on 3.x › Reply To: SendReceiveObject has not overload for send an object on 3.x
August 27, 2014 at 02:36
#3018
Anonymous
Inactive
I read the documentation and in the version 3 is in this way:
int tiempoEspera = 10000;
int idAutobus = 1;
var existePeticion = TcpConnection.SendReceiveObject<int, bool>("PreguntaCaptura", "RespuestaCaptura",
tiempoEspera, idAutobus);
- This reply was modified 10 years, 1 month ago by .