Click or drag to resize

CommandQueueManagerEndUndoablePeriod Method

Ends the undoable period started with BeginUndoablePeriod.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public void EndUndoablePeriod(
	UndoablePeriodCommand cmd
)

Parameters

cmd
Type: SD.Tools.Algorithmia.CommandsUndoablePeriodCommand
The command used for the undoable period.
See Also