Lightstreamer .Net Adapter 1.7
|
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.
public: void NotifyUser(string user, string password);
public override void NotifyUser(string user, string password);
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. |