Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MpnPlatformType.WNS Field

Readonly. Microsoft Windows Push Notification Service platform type.

C++
public: MpnPlatformType WNS = new MpnPlatformType("WNS");
C#
public static readonly MpnPlatformType WNS = new MpnPlatformType("WNS");
Visual Basic
Public static readonly WNS As MpnPlatformType = new MpnPlatformType("WNS")