StreamLink.NET  7.1.0-7.1.0-3721-10b9a50
 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 Fri Jul 27 2018 10:56:58 for StreamLink.NET