An extension method class for working with ActorRefs
Inheritance Hierarchy
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static class ActorRefExtensions
<ExtensionAttribute>
Public NotInheritable Class ActorRefExtensions
[ExtensionAttribute]
public ref class ActorRefExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ActorRefExtensions = class end
The ActorRefExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | IsNobody |
If we call a method such as
and don't receive a valid result in return, this method will indicate
whether or not the actor we received is valid.
|
Top
See Also