The SimpleUnitOfWorkScope<(Of <(TUnitOfWork>)>) type exposes the following members.

Constructors

  NameDescription
SimpleUnitOfWorkScope<(Of <(TUnitOfWork>)>)
Instantiates a new instance of this class.

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>).)

Properties

  NameDescription
Current
Returns the current unit of work.
(Overrides UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>)..::.Current.)
HasCurrent
Returns true if this scope has a live unit of work.
(Overrides UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>)..::.HasCurrent.)
LightSpeedContext
Returns the LightSpeedContext associated with this scope.
(Inherited from UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>).)

See Also