Thanks for the reply.
My manager has insisted to do this test and just wanna know how i can find the time it takes since sending till delivering a message.
Does this code help me?
If yes, could you please replay these 3 questions?
Quote by Alex on 2006-04-18, 22:33:
Here is a c# sample
Client 1 sends a message and requests the displayed event. The messages need a unique id which i generated here with the GenerateId() method.
When client 2 receives this message and is sending the displayed notification to client 1
Alex
----------------------------Questions--------------------------------------
1. Where do we put these codes which are in part 1 and 2 of client ?
2. Since I didnt see the send function, is the first part of the code enough to send the message?
3. Should i put the secend code in OnRecieve event of second client?
Thanks a lot.
My manager has insisted to do this test and just wanna know how i can find the time it takes since sending till delivering a message.
Does this code help me?
If yes, could you please replay these 3 questions?
Quote by Alex on 2006-04-18, 22:33:
Here is a c# sample
Client 1 sends a message and requests the displayed event. The messages need a unique id which i generated here with the GenerateId() method.
- msg.GenerateId();
- msg.Body = "Hello World";
- // Add the event to the message
- ev.Displayed = true;
- msg.AddChild(ev);
When client 2 receives this message and is sending the displayed notification to client 1
Alex
----------------------------Questions--------------------------------------
1. Where do we put these codes which are in part 1 and 2 of client ?
2. Since I didnt see the send function, is the first part of the code enough to send the message?
3. Should i put the secend code in OnRecieve event of second client?
Thanks a lot.
This post was edited 2 times, last on 2017-07-31, 13:31 by Alex.