Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.NotifyUser Method (string, string)

Checks if a user is enabled to make Requests to the related Data Providers. If a list of User names has been configured, this list is checked. Otherwise, any User name is allowed. No password check is performed.

C++
public: void NotifyUser(string user, string password);
C#
public override void NotifyUser(string user, string password);
Visual Basic
Public override Function NotifyUser(user As string, password As string) As void
Parameters 
Description 
string user 
A User name. 
string password 
An optional password. Not used. 
Exceptions 
Description 
in case a list of User names has been configured and the supplied name does not belong to the list.