Lightstreamer .Net Adapter 1.11.0
|
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
public: string ToString();
public override string ToString();
Public override Function ToString() As string