SignalConcurrentQueue<T> Class Members

MNG Profiler

MNG.Direct Documentation
Properties  Methods  Events

MNG.Profiler.Collections Namespace : SignalConcurrentQueue<T> Class
SignalConcurrentQueue<T> Class Members

The following tables list the members exposed by SignalConcurrentQueue<T>.

Public Constructors
Public Properties
 NameDescription
Public PropertyReturns the number of items in the queue.  
Top
Public Methods
 NameDescription
Public MethodAdds an item to the end of the queue.  
Public MethodAttempts to pull an item from the front of the queue.  
Top
Protected Methods
 NameDescription
Protected MethodFires all handlers registered to the Enqueued event.  
Protected MethodFires all handlers registered to the TriedDequeue event.  
Top
Public Events
 NameDescription
Public EventEvent that occurs whenever the user enqueues and item.  
Public EventEvent that occurs whenever the user attempts to dequeue an item, regardless if it happened successfully or not.  
Top
See Also