CommandQueueManagerEnqueueCommand Method |
Enqueues the command in the top queue on the active stack. It expects there is an active command queue: if it's not one activated by the callee, it's the
one belonging to this manager, which owns its own main queue.
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 bool EnqueueCommand(
CommandBase toEnqueue
)
Public Function EnqueueCommand (
toEnqueue As CommandBase
) As Boolean
Parameters
- toEnqueue
- Type: SD.Tools.Algorithmia.CommandsCommandBase
The command to enqueue.
Return Value
Type:
Booleantrue if enqueue action succeeded, false otherwise
See Also