Initializes a new instance of the DistributedUnitOfWorkService class.

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 DistributedUnitOfWorkService(
	LightSpeedContext context
)
Visual Basic (Declaration)
Public Sub New ( _
	context As LightSpeedContext _
)

Parameters

context
Type: Mindscape.LightSpeed..::.LightSpeedContext
The context.

See Also