Skip to main content
.NET 6.0+

SerializableObjectLayer Constructors

An object access layer used for units of work (or sessions) in distributed applications.
Name Parameters Description
SerializableObjectLayer(Session, Boolean) parentSession, throughCommitMode Initializes a new instance of the SerializableObjectLayer class with a specified parent session and the SerializableObjectLayer.ThroughCommitMode field value.
SerializableObjectLayer(Session) parentSession Initializes a new instance of the SerializableObjectLayer class with a specified parent session.
See Also