SignalConcurrentQueue<T> Class

MNG Profiler

MNG.Direct Documentation
Members 


MNG.Profiler.Collections Namespace : SignalConcurrentQueue<T> Class
Type of the objects being stored in the queue.
SignalConcurrentQueue<T> Class
Concurrent queue that allows for events.
Syntax
'Declaration
 
Public Class SignalConcurrentQueue(Of T) 
'Usage
 
Dim instance As SignalConcurrentQueue(Of T)
public class SignalConcurrentQueue<T> 
generic<typename T>
public ref class SignalConcurrentQueue 
Type Parameters
T
Type of the objects being stored in the queue.
Inheritance Hierarchy

System.Object
   MNG.Profiler.Collections.SignalConcurrentQueue<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also