| EmptyLocalActorRefSpecialHandle Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual bool SpecialHandle(
Object message,
IActorRef sender
)
abstract SpecialHandle :
message : Object *
sender : IActorRef -> bool
override SpecialHandle :
message : Object *
sender : IActorRef -> bool
Parameters
- message
- Type: SystemObject
TBD - sender
- Type: Akka.ActorIActorRef
TBD
Return Value
Type:
BooleanTBD
See Also