ObjectId(Int32, Int32, Int16, Int32) Constructor |
Initializes a new instance of the ObjectId class from ObjectId vars.
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ObjectId(
int timestamp,
int machine,
short pid,
int increment
)
Parameters
- timestamp Int32
-
- machine Int32
-
- pid Int16
-
- increment Int32
-
See Also