Gets a ValueCollection of ModuleInfo..::..QueueInfos which contains information about each queue

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Dictionary<(Of <(<'TKey, TValue>)>)>..::..ValueCollection GarbageCollectors { get; }
Public ReadOnly Property GarbageCollectors As Dictionary<(Of <(<'TKey, TValue>)>)>..::..ValueCollection
	Get
public:
property Dictionary<(Of <(<'TKey, TValue>)>)>..::..ValueCollection^ GarbageCollectors {
	Dictionary<(Of <(<'TKey, TValue>)>)>..::..ValueCollection^ get ();
}

See Also