Click or drag to resize
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.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void ActivateCommandQueueStack(
	Guid stackId
)

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