A WCF contract which describes the operations exposes by a DistributedUnitOfWork service.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[ServiceContractAttribute(Namespace = "http://schemas.mindscape.net.nz/LightSpeed/v4")]
public interface IDistributedUnitOfWorkContract
Visual Basic (Declaration)
<ServiceContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Interface IDistributedUnitOfWorkContract

See Also