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
- timestampint
- The timestamp. 
- machineint
- The machine hash. 
- pidshort
- The PID. 
- incrementint
- The increment. 
Returns
- byte[]
- A byte array.