Lightstreamer .Net Adapter 1.10.0
|
Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device. In this default implementation, the Metadata Adapter poses no restriction.
Push Notifications are not supported in Moderato edition.
public: void NotifyMpnDeviceAccess(string user, MpnDeviceInfo device);
public virtual void NotifyMpnDeviceAccess(string user, MpnDeviceInfo device);
Public virtual Function NotifyMpnDeviceAccess(user As string, device As MpnDeviceInfo) As void
Parameters |
Description |
string user |
Not used. |
MpnDeviceInfo device |
Not used. |
Exceptions |
Description |
never thrown in this case. | |
never thrown in this case. |