Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnDeviceInfo.MpnDeviceInfo Constructor

Used by Lightstreamer to provide a MpnDeviceInfo instance to the MPN-related methods.

C++
public: MpnDeviceInfo(MpnPlatformType type, string applicationId, string deviceToken);
C#
public MpnDeviceInfo(MpnPlatformType type, string applicationId, string deviceToken);
Visual Basic
Public Sub New(type As MpnPlatformType, applicationId As string, deviceToken As string)
Parameters 
Description 
MpnPlatformType type 
Platform type of the device. 
string applicationId 
The app ID, also known as the bundle ID on some platforms. 
string deviceToken 
The token of the device.