StreamLink.NET  6.2.10-3513-c11dd52
 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 Thu Apr 27 2017 14:05:45 for StreamLink.NET