Table of Contents

Method WriteTimestamp

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

WriteTimestamp(long)

Writes a BSON timestamp to the writer.

public abstract void WriteTimestamp(long value)

Parameters

value long

The combined timestamp/increment value.