CommandQueueManagerSingleton Class |
Singleton provider for the actual CommandQueueManager class which manages the command queues. There's one instance per appDomain.
One thread can have access to the instance at any given time.
Inheritance HierarchySystemObject SD.Tools.Algorithmia.CommandsCommandQueueManagerSingleton
Namespace:
SD.Tools.Algorithmia.Commands
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic static class CommandQueueManagerSingleton
Public NotInheritable Class CommandQueueManagerSingleton
The CommandQueueManagerSingleton type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetInstance |
Gets the single CommandQueueManager instance.
|
Top
See Also