Factory class for creating DistributedUnitOfWork instances

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 class DistributedUnitOfWorkFactory : IUnitOfWorkFactory
Visual Basic (Declaration)
Public Class DistributedUnitOfWorkFactory _
	Implements IUnitOfWorkFactory

Examples

To use set the following configuration option on your lightSpeedContext entry: factoryClass="Mindscape.LightSpeed.ServiceModel.DistributedUnitOfWorkFactory, Mindscape.LightSpeed.ServiceModel"

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.DistributedUnitOfWorkFactory

See Also