Lightstreamer .Net Adapter 1.10.0
|
Used by Lightstreamer to create a MpnSubscriptionInfo instance.
public: MpnSubscriptionInfo(MpnDeviceInfo device, string trigger);
public MpnSubscriptionInfo(MpnDeviceInfo device, string trigger);
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. |