Click or drag to resize

CombGuidGeneratorNewCombGuid Method

Create a new CombGuid from a given Guid and timestamp.

Namespace:  MongoDB.Bson.Serialization.IdGenerators
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public Guid NewCombGuid(
	Guid guid,
	DateTime timestamp
)

Parameters

guid
Type: SystemGuid
The base Guid.
timestamp
Type: SystemDateTime
The timestamp.

Return Value

Type: Guid
A new CombGuid created by combining the base Guid with the timestamp.
See Also