Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifyUserMessage Method

Called by Lightstreamer Kernel through the Remote Server to forward a message received by a User. In this default implementation, the Metadata Adapter does never accept the message.

C++
public: void NotifyUserMessage(string user, string sessionID, string message);
C#
public virtual void NotifyUserMessage(string user, string sessionID, string message);
Visual Basic
Public virtual Function NotifyUserMessage(user As string, sessionID As string, message As string) As void
Parameters 
Description 
string user 
Not used. 
string sessionID 
Not used. 
string message 
Not used. 
Exceptions 
Description 
always thrown in this case.  
never thrown in this case.