Method NewCombGuid
- Namespace
- MongoDB.Bson.Serialization.IdGenerators
- Assembly
- MongoDB.Bson.dll
NewCombGuid(Guid, DateTime)
Create a new CombGuid from a given Guid and timestamp.
public Guid NewCombGuid(Guid guid, DateTime timestamp)
Parameters
Returns
- Guid
A new CombGuid created by combining the base Guid with the timestamp.