Click or drag to resize

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.4.0.0 (1.4.19.0711)
Syntax
public static class CommandQueueManagerSingleton

The CommandQueueManagerSingleton type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstance
Gets the single CommandQueueManager instance.
Top
See Also