Instantiates a new instance of this class.

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

Syntax

C#
public SimpleUnitOfWorkScope(
	LightSpeedContext<TUnitOfWork> lightSpeedContext
)
Visual Basic (Declaration)
Public Sub New ( _
	lightSpeedContext As LightSpeedContext(Of TUnitOfWork) _
)

Parameters

lightSpeedContext
Type: Mindscape.LightSpeed..::.LightSpeedContext<(Of <(TUnitOfWork>)>)
The LightSpeedContext associated with this scope.

See Also