Click or drag to resize
LocalActorRefProviderActorOf Method

[Missing <summary> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public InternalActorRef ActorOf(
	ActorSystemImpl system,
	Props props,
	InternalActorRef supervisor,
	ActorPath path,
	bool systemService,
	Deploy deploy,
	bool lookupDeploy,
	bool async
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

path
Type: Akka.ActorActorPath

[Missing <param name="path"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

systemService
Type: SystemBoolean

[Missing <param name="systemService"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

deploy
Type: Akka.ActorDeploy

[Missing <param name="deploy"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

lookupDeploy
Type: SystemBoolean

[Missing <param name="lookupDeploy"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

async
Type: SystemBoolean

[Missing <param name="async"/> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

Return Value

Type: InternalActorRef

[Missing <returns> documentation for "M:Akka.Actor.LocalActorRefProvider.ActorOf(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Actor.ActorPath,System.Boolean,Akka.Actor.Deploy,System.Boolean,System.Boolean)"]

Implements

ActorRefProviderActorOf(ActorSystemImpl, Props, InternalActorRef, ActorPath, Boolean, Deploy, Boolean, Boolean)
See Also