| ActorCellAttachChild Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual IActorRef AttachChild(
Props props,
bool isSystemService,
string name = null
)
abstract AttachChild :
props : Props *
isSystemService : bool *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> IActorRef
override AttachChild :
props : Props *
isSystemService : bool *
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> IActorRef
Parameters
- props
- Type: Akka.ActorProps
TBD - isSystemService
- Type: SystemBoolean
TBD - name (Optional)
- Type: SystemString
TBD
Return Value
Type:
IActorRefTBD
Exceptions See Also