Click or drag to resize

ObjectId(Int32, Int32, Int16, Int32) Constructor

Initializes a new instance of the ObjectId class from ObjectId vars.

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ObjectId(
	int timestamp,
	int machine,
	short pid,
	int increment
)

Parameters

timestamp  Int32
 
machine  Int32
 
pid  Int16
 
increment  Int32
 
See Also