Describes the result of a change which has been applied to the server.

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

Syntax

C#
[DataContractAttribute(Namespace = "http://schemas.mindscape.net.nz/LightSpeed/v4")]
public class DistributedChangeResult
Visual Basic (Declaration)
<DataContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Class DistributedChangeResult

Remarks

This is returned by calling SaveChanges() on a DistributedUnitOfWork. When the changes are batched, one result is returned for each batch sent to the server.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.DistributedChangeResult

See Also