| Mailbox Class |
Namespace: Akka.Dispatch
The Mailbox type exposes the following members.
| Name | Description | |
|---|---|---|
| BecomeClosed |
Stops this instance.
| |
| CleanUp | ||
| DebugPrint |
Prints a message tosStandard out if the Compile symbol "MAILBOXDEBUG" has been set.
If the symbol is not set all invocations to this method will be removed by the compiler.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| 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 | ||
| 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 to the mailbox.
| |
| Resume | ||
| Schedule | ||
| SetActor |
Attaches an ActorCell to the Mailbox.
| |
| Setup |
Attaches a MessageDispatcher to the Mailbox.
| |
| Start | ||
| Suspend | ||
| 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 | ||
| dispatcher | ||
| hasUnscheduledMessages |
The has unscheduled messages
| |
| status |
The mailbox status (busy or idle)
|
| Name | Description | |
|---|---|---|
| ActorCell | ||
| IsClosed | ||
| IsSuspended |