Home Forums Support The client requests and the server response

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1243
    Anonymous
    Inactive

    Hello there. This is my first posting on here so please forgive me if my terminology is incorrect or something like that.

    I’m trying to get a List<SomeClass> sent back to the client when they send a message to the server .As the Client,how to receive the reply data.

    Any advice would be much appreciated, thank you!

    #1245
    Anonymous
    Inactive

    I find the demo

    //Send a customObject using a packet of type “CustomObject1” and
    // then wait synchronously for the remote end to return a
    // CustomObject2 using a packet of type “CustomObject2”
    CustomObject2 customObject2 = newConn.SendReceiveObject<CustomObject2>(“CustomObject1”,
    “CustomObject2”,
    1000,
    customObject2);

    Thanks

    #1246
    Anonymous
    Inactive

    Thanks for letting us know you found a solution.

    Kind regards,
    Marc

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.