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.3.0.0 (1.3.17.0314)
Syntax
public void EndUndoablePeriod(
	UndoablePeriodCommand cmd
)

Parameters

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