RepointableActorRefNewCell Method |
[Missing <summary> documentation for "M:Akka.Actor.RepointableActorRef.NewCell"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected virtual ActorCell NewCell()
Protected Overridable Function NewCell As ActorCell
protected:
virtual ActorCell^ NewCell()
abstract NewCell : unit -> ActorCell
override NewCell : unit -> ActorCell
Return Value
Type:
ActorCell[Missing <returns> documentation for "M:Akka.Actor.RepointableActorRef.NewCell"]
See Also