| MailboxTSys, TUser Class |
Namespace: Akka.Dispatch
public abstract class Mailbox<TSys, TUser> : MessageQueueMailbox where TSys : MessageQueue where TUser : MessageQueue
[Missing <typeparam name="TSys"/> documentation for "T:Akka.Dispatch.Mailbox`2"]
[Missing <typeparam name="TUser"/> documentation for "T:Akka.Dispatch.Mailbox`2"]
The MailboxTSys, TUser type exposes the following members.
| Name | Description | |
|---|---|---|
| MailboxTSys, TUser | Initializes a new instance of the MailboxTSys, TUser class |
| Name | Description | |
|---|---|---|
| BecomeClosed |
Stops this instance.
(Overrides MailboxBecomeClosed.) | |
| CleanUp | (Overrides MailboxCleanUp.) | |
| CreateSystemMessagesQueue | ||
| CreateUserMessagesQueue | ||
| Dispose |
Disposes this instance.
(Overrides MailboxDispose.) | |
| Equals | (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 a hash function for a particular type. (Inherited from Object.) | |
| GetNumberOfMessages | (Overrides MailboxGetNumberOfMessages.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Post |
Posts the specified envelope.
(Overrides MailboxPost(ActorRef, Envelope).) | |
| Resume | (Inherited from Mailbox.) | |
| Schedule |
Schedules this instance.
(Overrides MailboxSchedule.) | |
| SetActor |
Attaches an ActorCell to the Mailbox.
(Inherited from Mailbox.) | |
| Setup |
Attaches a MessageDispatcher to the Mailbox.
(Inherited from Mailbox.) | |
| Start | (Inherited from Mailbox.) | |
| Suspend | (Inherited from Mailbox.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| _isSuspended | (Inherited from Mailbox.) | |
| dispatcher | (Inherited from Mailbox.) | |
| hasUnscheduledMessages |
The has unscheduled messages
(Inherited from Mailbox.) | |
| status |
The mailbox status (busy or idle)
(Inherited from Mailbox.) |
| Name | Description | |
|---|---|---|
| ActorCell | (Inherited from Mailbox.) | |
| IsClosed | (Overrides MailboxIsClosed.) | |
| IsSuspended | (Inherited from Mailbox.) | |
| MessageQueue | (Overrides MessageQueueMailboxMessageQueue.) | |
| SystemMessages | ||
| UserMessages |