| UnboundedPriorityMessageQueue Class |
Namespace: Akka.Dispatch.MessageQueues
The UnboundedPriorityMessageQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| UnboundedPriorityMessageQueue(Int32) | Obsolete.
DEPRECATED. Use UnboundedPriorityMessageQueue(FuncObject, Int32, Int32) instead.
| |
| UnboundedPriorityMessageQueue(FuncObject, Int32, Int32) |
Creates a new unbounded priority message queue.
|
| Name | Description | |
|---|---|---|
| BlockTimeOut |
TBD
(Inherited from BlockingMessageQueue.) | |
| Count |
TBD
(Inherited from BlockingMessageQueue.) | |
| HasMessages |
TBD
(Inherited from BlockingMessageQueue.) | |
| LockedCount |
Unsafe method for computing the underlying message count.
(Overrides BlockingMessageQueueLockedCount.) |
| Name | Description | |
|---|---|---|
| CleanUp |
TBD
(Inherited from BlockingMessageQueue.) | |
| Enqueue |
TBD
(Inherited from BlockingMessageQueue.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LockedEnqueue |
Unsafe method for enqueuing a new message to the queue.
(Overrides BlockingMessageQueueLockedEnqueue(Envelope).) | |
| LockedTryDequeue |
Unsafe method for attempting to dequeue a message.
(Overrides BlockingMessageQueueLockedTryDequeue(Envelope).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryDequeue |
TBD
(Inherited from BlockingMessageQueue.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |