Method | Description | |
---|---|---|
AssertSubscriber ( string userName, IEnumerable |
||
AssertTopic ( |
||
EventFeedService ( string storeNane, string connectionString ) : System | ||
GetEventData ( IEvent feedEvent ) : dynamic | ||
GetSubscriberTimeline ( string userName, System.DateTime since ) : IEnumerable |
Gets all the events on the subscriber timeline. Optional parameters are since and also how many
|
|
GetTopicTimeline ( string topicId, System.DateTime since ) : IEnumerable |
||
RaiseEvent ( string description, System.DateTime when, IEnumerable |
Creates a new event and also connects it to all users that are subscribed to any of the topics it is classified by.
|
|
RegisterInterest ( string userName, string topicId ) : void | ||
RemoveInterest ( string userName, string topicId ) : void |
Method | Description | |
---|---|---|
GetDynaStore ( ) : BrightstarDB.Dynamic.DynamicStore |
public AssertSubscriber ( string userName, IEnumerable |
||
userName | string | |
topicsOfInterest | IEnumerable |
|
return | void |
public AssertTopic ( |
||
topicId | ||
label | string | |
description | string | |
return | void |
public EventFeedService ( string storeNane, string connectionString ) : System | ||
storeNane | string | |
connectionString | string | |
return | System |
public GetEventData ( IEvent feedEvent ) : dynamic | ||
feedEvent | IEvent | |
return | dynamic |
public GetSubscriberTimeline ( string userName, System.DateTime since ) : IEnumerable |
||
userName | string | Gets timeline for user |
since | System.DateTime | Events since this data should be included |
return | IEnumerable |
public GetTopicTimeline ( string topicId, System.DateTime since ) : IEnumerable |
||
topicId | string | |
since | System.DateTime | |
return | IEnumerable |
public RaiseEvent ( string description, System.DateTime when, IEnumerable |
||
description | string | Event description |
when | System.DateTime | Date when the event occured |
topicIds | IEnumerable |
A list of the topic ids that classify this event |
eventProperties | object>.Dictionary | A name value collection of all event properties |
return | void |
public RegisterInterest ( string userName, string topicId ) : void | ||
userName | string | |
topicId | string | |
return | void |
public RemoveInterest ( string userName, string topicId ) : void | ||
userName | string | |
topicId | string | |
return | void |