Property | Type | Description | |
---|---|---|---|
dispatcher | |||
hasUnscheduledMessages | bool | ||
status | int |
Property | Type | Description | |
---|---|---|---|
DebugPrint | void |
Method | Description | |
---|---|---|
BecomeClosed ( ) : void |
Stops this instance.
|
|
CleanUp ( ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Post ( IActorRef receiver, |
Posts the specified envelope to the mailbox.
|
|
Resume ( ) : void | ||
Resume ( MailboxSuspendStatus reason ) : void | ||
SetActor ( |
Attaches an ActorCell to the Mailbox.
|
|
Setup ( |
Attaches a MessageDispatcher to the Mailbox.
|
|
Start ( ) : void | ||
Suspend ( ) : void | ||
Suspend ( MailboxSuspendStatus reason ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
GetNumberOfMessages ( ) : int | ||
Schedule ( ) : void |
Method | Description | |
---|---|---|
DebugPrint ( string message ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected abstract GetNumberOfMessages ( ) : int | ||
return | int |
public abstract Post ( IActorRef receiver, |
||
receiver | IActorRef | |
envelope | The envelope. | |
return | void |
public Resume ( MailboxSuspendStatus reason ) : void | ||
reason | MailboxSuspendStatus | |
return | void |
public SetActor ( |
||
actorCell | ||
return | void |
public Setup ( |
||
dispatcher | The dispatcher. | |
return | void |
public Suspend ( MailboxSuspendStatus reason ) : void | ||
reason | MailboxSuspendStatus | |
return | void |
protected MessageDispatcher,Akka.Dispatch dispatcher | ||
return |