Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo.MpnSubscriptionInfo Constructor

Used by Lightstreamer to create a MpnSubscriptionInfo instance.

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