A UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>) that maintains one unit of work per thread.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public sealed class PerThreadUnitOfWorkScope<TUnitOfWork> : UnitOfWorkScopeBase<TUnitOfWork> where TUnitOfWork : class, new(), IUnitOfWork
Visual Basic (Declaration)
Public NotInheritable Class PerThreadUnitOfWorkScope(Of TUnitOfWork As {Class, New, IUnitOfWork}) _
	Inherits UnitOfWorkScopeBase(Of TUnitOfWork)

Type Parameters

TUnitOfWork
The concrete IUnitOfWork type.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>)
    Mindscape.LightSpeed..::.PerThreadUnitOfWorkScope<(Of <(TUnitOfWork>)>)

See Also