Click or drag to resize
Akka.NETActorSystemImplActorOf Method
TBD

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IActorRef ActorOf(
	Props props,
	string name = null
)

Parameters

props
Type: Akka.ActorProps
TBD
name (Optional)
Type: SystemString
TBD

Return Value

Type: IActorRef
TBD

Implements

IActorRefFactoryActorOf(Props, String)
See Also