An event which is raised when the DistributedUnitOfWork is being disposed.

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 event EventHandler Disposed
Visual Basic (Declaration)
Public Event Disposed As EventHandler

Implements

IUnitOfWork..::.Disposed

See Also