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

#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 9 years, 11 months ago by .