LocalActorRefProvider..::..ActorOf Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public InternalActorRef ActorOf(
	ActorSystem system,
	Props props,
	InternalActorRef supervisor,
	ActorPath path,
	bool systemService,
	Deploy deploy,
	bool lookupDeploy,
	bool async
)
Public Function ActorOf ( _
	system As ActorSystem, _
	props As Props, _
	supervisor As InternalActorRef, _
	path As ActorPath, _
	systemService As Boolean, _
	deploy As Deploy, _
	lookupDeploy As Boolean, _
	async As Boolean _
) As InternalActorRef
public:
InternalActorRef^ ActorOf(
	ActorSystem^ system, 
	Props^ props, 
	InternalActorRef^ supervisor, 
	ActorPath^ path, 
	bool^ systemService, 
	Deploy^ deploy, 
	bool^ lookupDeploy, 
	bool^ async
)

Parameters

system
Type: Akka.Actor..::..ActorSystem
props
Type: Akka.Actor..::..Props
supervisor
Type: Akka.Actor..::..InternalActorRef
path
Type: Akka.Actor..::..ActorPath
systemService
Type: Boolean
deploy
Type: Akka.Actor..::..Deploy
lookupDeploy
Type: Boolean
async
Type: Boolean