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

Static Public Attributes

const String MOST_RECENT = "recent"
 
const String EPOCH = "0"
 
const String NOW = "0|1|"
 

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

◆ EPOCH

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

Indicates that the subscription should begin at the beginning.

◆ MOST_RECENT

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

Indicates that the most recent bookmark logged should be used.

◆ NOW

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

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


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