|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
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... | |
Functions that take a bookmark (String) such as bookmarkSubscribe() can be passed a literal bookmark ID, or one of these special values.
| 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.