AMPS C# Client  5.3.4.0
AMPS C# Client for .NET
AMPS.Client.Client.Bookmarks Class Reference

Functions that take a bookmark (String) such as bookmarkSubscribe() can be passed a literal bookmark ID, or one of these special values. More...

Public Attributes

const String MOST_RECENT = "recent"
 Indicates that the most recent bookmark logged should be used. More...
 
const String EPOCH = "0"
 Indicates that the subscription should begin at the beginning. More...
 
const String NOW = "0|1|"
 Indicates that the subscription should begin "now", without replay. More...
 

Detailed Description

Functions that take a bookmark (String) such as bookmarkSubscribe() can be passed a literal bookmark ID, or one of these special values.

Member Data Documentation

const String AMPS.Client.Client.Bookmarks.EPOCH = "0"

Indicates that the subscription should begin at the beginning.

const String AMPS.Client.Client.Bookmarks.MOST_RECENT = "recent"

Indicates that the most recent bookmark logged should be used.

const String AMPS.Client.Client.Bookmarks.NOW = "0|1|"

Indicates that the subscription should begin "now", without replay.


The documentation for this class was generated from the following file: