Method Pack
Pack(int, int, short, int)
Packs the components of an ObjectId into a byte array.
[Obsolete("This method will be removed in a later release.")]
public static byte[] Pack(int timestamp, int machine, short pid, int increment)
Parameters
timestamp
intThe timestamp.
machine
intThe machine hash.
pid
shortThe PID.
increment
intThe increment.
Returns
- byte[]
A byte array.