AtomsFramework Persistence Layer Reference Guide

ObjectIdFactory Class

[This is preliminary documentation and subject to change.]

Class used to generate object ID's

For a list of all members of this type, see ObjectIdFactory Members.

System.Object
   AtomsFramework.ObjectIdFactory

[Visual Basic]
Public Class ObjectIdFactory
[C#]
public class ObjectIdFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used to generate new OID and manages the pool of B-values for a single session id (the A value). When the pool is exhausted a new session id is retrieved and the pool is reset.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

ObjectIdFactory Members | AtomsFramework Namespace