Adds a change set to this batch.

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 void Add(
	DistributedChangeDetail entry
)
Visual Basic (Declaration)
Public Sub Add ( _
	entry As DistributedChangeDetail _
)

Parameters

entry
Type: Mindscape.LightSpeed.ServiceModel..::.DistributedChangeDetail
The change set being added to the batch.

See Also