Click or drag to resize

TimeSeries Methods

The TimeSeries type exposes the following members.

Methods
  NameDescription
Public methodAddEvent(IDictionaryString, Object)
Add an event to the series using the current UTC time
Public methodAddEvent(IDictionaryString, Object, DateTime)
Add an event to the database using the specified time
Public methodCreatePushReplication
Create a push replication to replicate the events to a remote endpoint
Public methodDispose
Public methodFlush
Flushes the events to the database synchronously
Public methodFlushAsync
Flush the events to the database asynchronously
Public methodGetEventsInRange
Returns all the events in a given time range
Top
See Also