Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifyMpnDeviceTokenChange Method

Called by Lightstreamer Kernel to check that a User is enabled to change the token of a MPN device. In this default implementation, the Metadata Adapter poses no restriction.  

Push Notifications are not supported in Moderato edition.

C++
public: void NotifyMpnDeviceTokenChange(string user, MpnDeviceInfo device, string newDeviceToken);
C#
public virtual void NotifyMpnDeviceTokenChange(string user, MpnDeviceInfo device, string newDeviceToken);
Visual Basic
Public virtual Function NotifyMpnDeviceTokenChange(user As string, device As MpnDeviceInfo, newDeviceToken As string) As void
Parameters 
Description 
string user 
Not used. 
MpnDeviceInfo device 
Not used. 
string newDeviceToken 
Not used. 
Exceptions 
Description 
never thrown in this case.  
never thrown in this case.