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.3.0.0 (1.3.17.0314)
Syntax public CommandQueueStack GetCommandQueueStackForId(
Guid stackId
)
Public Function GetCommandQueueStackForId (
stackId As Guid
) As CommandQueueStack
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:
CommandQueueStackThe stack related to the stackid passed in or null if the stack isn't found
See Also