Cell Methods
The Cell type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.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.) |
![]() |
GetChildByName | |
![]() |
GetChildren | |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSingleChild |
Method for looking up a single child beneath this actor.
It is racy if called from the outside.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Post | |
![]() |
Restart |
Restart this actor (will recursively restart or stop all children). Is only allowed to throw Fatal Throwables.
|
![]() |
Resume |
Recursively resume this actor and all its children. Is only allowed to throw fatal exceptions.
|
![]() |
Start |
Start the cell: enqueued message must not be processed before this has
been called. The usual action is to attach the mailbox to a dispatcher.
|
![]() |
Stop |
Recursively terminate this actor and all its children. Is only allowed to throw Fatal Throwables.
|
![]() |
Suspend |
Recursively suspend this actor and all its children. Is only allowed to throw fatal exceptions.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |