StreamLink.NET  6.1.0-285711
 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

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

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 Tue Mar 4 2014 14:36:20 for StreamLink.NET