Click or drag to resize

CommandQueueManagerGetCommandQueueStackForId Method

Gets the command queue stack related to the stackid passed in

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public CommandQueueStack GetCommandQueueStackForId(
	Guid stackId
)

Parameters

stackId
Type: SystemGuid
The stack id of the stack to return. 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 return the main queue stack, the one owned by CommandQueueManager.

Return Value

Type: CommandQueueStack
The stack related to the stackid passed in or null if the stack isn't found
See Also