Initializes the DistributedUnitOfWork and configures the WCF bindings from application configuration.

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 DistributedUnitOfWork()
Visual Basic (Declaration)
Public Sub New

Remarks

You must have an endpoint named LightSpeedDistributedUnitOfWorkEndpoint defined which points to the DistributedUnitOfWork service endpoint. The default context will be used with this overload.

See Also