StreamLink.NET  8.0.1-8.0.1-1132-88354a9
 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 StatusMessage [get]
 Returns the new status message 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.StatusMessage
get

Returns the new status message of the subject of the subscription.

The new status message.

string Caplin.StreamLink.ISubscriptionStatusEvent.Subject
get

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

  • The subject.

Generated on Mon Feb 26 2024 19:57:57 for StreamLink.NET