| ExtendedActorMaterializerActorOf Method (Props, String, String) |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected IActorRef ActorOf(
Props props,
string name,
string dispatcher
)
member ActorOf :
props : Props *
name : string *
dispatcher : string -> IActorRef
Parameters
- props
- Type: Akka.ActorProps
TBD - name
- Type: SystemString
TBD - dispatcher
- Type: SystemString
TBD
Return Value
Type:
IActorRefTBD
Exceptions See Also