Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnDeviceInfo.ToString Method

Returns a string representation of the MpnDeviceInfo. An MpnDeviceInfo object is represented by a juxtaposition of its three properties platform type, application ID and device token, separated by a single "/" character. E.g.: 

Apple/com.lightstreamer.ios.stocklist/8fac[...]fe12 

 

C++
public: string ToString();
C#
public override string ToString();
Visual Basic
Public override Function ToString() As string