Processes the changes.

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 DistributedChangeResult ProcessChanges(
	DistributedChangeBatch batch
)
Visual Basic (Declaration)
Public Function ProcessChanges ( _
	batch As DistributedChangeBatch _
) As DistributedChangeResult

Return Value

The result of the processing.

Implements

IDistributedUnitOfWorkContract..::.ProcessChanges(DistributedChangeBatch)

See Also