Click or drag to resize
Akka.NETActActorOf Method
TBD

Namespace:  Akka.Actor.Dsl
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef ActorOf(
	Action<IActorDsl> config,
	string name = null
)

Parameters

config
Type: SystemActionIActorDsl
TBD
name (Optional)
Type: SystemString
TBD

Return Value

Type: IActorRef
TBD

Implements

IActorDslActorOf(ActionIActorDsl, String)
See Also