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.3.0.0 (1.3.17.0314)
Syntax public CommandQueue OwnCommandQueue { get; }
Public ReadOnly Property OwnCommandQueue As CommandQueue
Get
Property Value
Type:
CommandQueueSee Also