StreamLink.NET  7.1.1-7.1.1-3822-36fc235
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.ISubscriptionStatusEvent Interface Reference

Provides information about a change in the state of a subscription. More...

Properties

IDictionary< string, string > Fields [get]
 Returns any fields associated with the status event. More...
 
Caplin.StreamLink.SubscriptionStatusType Status [get]
 Returns the new status of the subject of the subscription. More...
 
string Subject [get]
 Returns the subject of the subscription to which the event relates. More...
 

Detailed Description

Provides information about a change in the state of a subscription.

The SubscriptionStatusEvent will be provided on a onSubscriptionStatus callback to a ISubscriptionListener.

Property Documentation

IDictionary<string,string> Caplin.StreamLink.ISubscriptionStatusEvent.Fields
get

Returns any fields associated with the status event.

  • The fields may contain metadata related to the event, the known keys are "code" and "status".
  • the fields
Caplin.StreamLink.SubscriptionStatusType Caplin.StreamLink.ISubscriptionStatusEvent.Status
get

Returns the new status of the subject of the subscription.

  • The new status.
string Caplin.StreamLink.ISubscriptionStatusEvent.Subject
get

Returns the subject of the subscription to which the event relates.

  • The subject.

Generated on Wed May 8 2019 11:47:09 for StreamLink.NET