|
Lightstreamer .Net Adapter 1.11.0
|
2-arguments version of the User authentication method. In case the 3-arguments version of the method is not overridden, this version of the method is invoked. In this default implementation, the Metadata Adapter poses no restriction.
public: void NotifyUser(string user, string password);
public virtual void NotifyUser(string user, string password);
Public virtual Function NotifyUser(user As string, password As string) As void
|
Parameters |
Description |
|
string user |
Not used. |
|
string password |
Not used. |
|
Exceptions |
Description |
|
never thrown in this case. | |
|
never thrown in this case. |