CommandQueueManagerActivateCommandQueueStack Method |
Activates the command queue stack related to the stackId specified, or if there's no stack yet, it creates a new one.
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public void ActivateCommandQueueStack(
Guid stackId
)
Public Sub ActivateCommandQueueStack (
stackId As Guid
)
Parameters
- stackId
- Type: SystemGuid
The stack id of the stack to activate. Each different part of the application which has to have its own stack of queues
uses its own stackId. If the Empty guid is passed in, it will de-activate the current active queue stack and will make the main queue stack, the one
owned by CommandQueueManager, the active queue.
See Also