Click or drag to resize
CommandQueueManagerGetActiveCommandQueueStack Method
Gets the command queue stack currently active in the manager for the active thread

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 CommandQueueStack GetActiveCommandQueueStack()

Return Value

Type: CommandQueueStack
The active command queue stack or null if no stack was active
Remarks
'Active' is relative to a thread. This means that the returned stack is the active stack for the active thread and should not be passed to other threads as being the active stack as for every thread a different stack could be active
See Also