Creates and returns a new IUnitOfWork

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

Syntax

C#
public IUnitOfWork Create(
	LightSpeedContext context
)
Visual Basic (Declaration)
Public Function Create ( _
	context As LightSpeedContext _
) As IUnitOfWork

Return Value

A new IUnitOfWork

Implements

IUnitOfWorkFactory..::.Create(LightSpeedContext)

See Also