Class FifoMessageDispatchChannel
A FIFO based MessageDispatchChannel.
Inheritance
System.Object
FifoMessageDispatchChannel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class FifoMessageDispatchChannel : MessageDispatchChannel
Properties
|
Improve this Doc
View Source
Closed
Declaration
public bool Closed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Count
Declaration
public long Count { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Empty
Declaration
public bool Empty { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Running
Declaration
public bool Running { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Close()
Declaration
|
Improve this Doc
View Source
Dequeue(TimeSpan)
Declaration
public MessageDispatch Dequeue(TimeSpan timeout)
Parameters
Type |
Name |
Description |
System.TimeSpan |
timeout |
|
Returns
|
Improve this Doc
View Source
DequeueNoWait()
Declaration
public MessageDispatch DequeueNoWait()
Returns
|
Improve this Doc
View Source
Enqueue(MessageDispatch)
Declaration
public void Enqueue(MessageDispatch dispatch)
Parameters
|
Improve this Doc
View Source
EnqueueFirst(MessageDispatch)
Declaration
public void EnqueueFirst(MessageDispatch dispatch)
Parameters
|
Improve this Doc
View Source
Peek()
Declaration
public MessageDispatch Peek()
Returns
|
Improve this Doc
View Source
RemoveAll()
Declaration
public MessageDispatch[] RemoveAll()
Returns
|
Improve this Doc
View Source
Signal()
Declaration
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration
Implements