Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo.MpnSubscriptionInfo Constructor

Used by Lightstreamer to create a MpnSubscriptionInfo instance.

C++
public: MpnSubscriptionInfo(MpnDeviceInfo device, string trigger);
C#
public MpnSubscriptionInfo(MpnDeviceInfo device, string trigger);
Visual Basic
Public Sub New(device As MpnDeviceInfo, trigger As string)
Parameters 
Description 
MpnDeviceInfo device 
The MPN device of the push notifications. 
string trigger 
The expression the updates are checked against to trigger the notification.