Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MpnPlatformType.APNS Field

Readonly. Apple Push Notification Service platform type.

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