CommandQueueManagerGetActiveCommandQueueStack Method |
Gets the command queue stack currently active in the manager for the active thread
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public CommandQueueStack GetActiveCommandQueueStack()
Public Function GetActiveCommandQueueStack As CommandQueueStack
Return Value
Type:
CommandQueueStackThe 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