Click or drag to resize

CommandBaseOwnCommandQueue Property

Gets the own command queue of this command. This queue is then used to store commands which are spawned when this command is executed.

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 CommandQueue OwnCommandQueue { get; }

Property Value

Type: CommandQueue
See Also