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