Method ReadTimestamp
ReadTimestamp(IBsonReader, string)
Reads a BSON timestamp element from the reader.
public static long ReadTimestamp(this IBsonReader reader, string name)
Parameters
reader
IBsonReaderThe reader.
name
stringThe name of the element.
Returns
- long
The combined timestamp/increment.