A distributed version of the UnitOfWork which can be used to process requests against a remote server. The communication between client and server is managed through WCF.

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 DistributedUnitOfWork : UnitOfWorkBase, IUnitOfWork, 
	IEnumerable<Entity>, IEnumerable, IDisposable
Visual Basic (Declaration)
Public Class DistributedUnitOfWork _
	Inherits UnitOfWorkBase _
	Implements IUnitOfWork, IEnumerable(Of Entity),  _
	IEnumerable, IDisposable

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.UnitOfWorkBase
    Mindscape.LightSpeed.ServiceModel..::.DistributedUnitOfWork

See Also