Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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