Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ISendMessageListener.OnProcessed Method

Notification of the successful processing of a sent message

C++
void OnProcessed(MessageInfo originalMessage, int prog);
C#
void OnProcessed(MessageInfo originalMessage, int prog);
Visual Basic
Function OnProcessed(originalMessage As MessageInfo, prog As Integer) As void
Parameters 
Description 
MessageInfo originalMessage 
originalMessage the original message sent to the server as it was supplied to the LSClient.SendMessage method. 
int prog 
the progressive number associated to the message as it was returned by the LSClient.SendMessage method.