| ActorRefExtensions Class |
An extension method class for working with ActorRefs
Inheritance Hierarchy
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static class ActorRefExtensions
[<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.
|
TopSee Also