Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
MpnSubscriptionInfo Methods Public Methods
Public Methods
 
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.  
 
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