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 Hierarchy SystemObject 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)
Syntax public static class CommandQueueManagerSingleton
Public NotInheritable Class CommandQueueManagerSingleton
The CommandQueueManagerSingleton type exposes the following members.
Methods
| Name | Description |
---|
| GetInstance |
Gets the single CommandQueueManager instance.
|
TopSee Also