Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo Members

The following tables list the members exposed by MpnSubscriptionInfo.

 
Name 
Description 
 
Indicates whether some other object is "equal to" this one. Two MpnSubscriptionInfo objects are equal if their three properties are equal.  
 
Returns a hash code value for the object.  
 
Used by Lightstreamer to create a MpnSubscriptionInfo instance.  
 
Returns a string representation of the MpnSubscriptionInfo. An MpnSubscriptionInfo object is represented by its three properties device, trigger and notification format, prefixed by their name and on separate lines.E.g.:
device=Apple/com.lightstreamer.ios.stocklist/8fac[...] fe12n
trigger=Double.parseDouble(${last_price}) >= 50.0n
notificationFormat={aps={badge=AUTO, alert=Price is over 50$, sound=Default}}n
 
 
Name 
Description 
 
Readonly. MPN device of this subscription.  
 
Readonly. The descriptor of the push notifications format of this subscription. The structure of the format descriptor depends on the platform type and it is represented in json.  
 
Readonly. Optional expression that triggers the delivery of push notification.