Click or drag to resize
ActExtensionsActorOf Method (ActorRefFactory, ActionIActorDsl, String)

[Missing <summary> documentation for "M:Akka.Actor.Dsl.ActExtensions.ActorOf(Akka.Actor.ActorRefFactory,System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ActorRef ActorOf(
	this ActorRefFactory factory,
	Action<IActorDsl> config,
	string name = null
)

Parameters

factory
Type: Akka.ActorActorRefFactory

[Missing <param name="factory"/> documentation for "M:Akka.Actor.Dsl.ActExtensions.ActorOf(Akka.Actor.ActorRefFactory,System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

config
Type: SystemActionIActorDsl

[Missing <param name="config"/> documentation for "M:Akka.Actor.Dsl.ActExtensions.ActorOf(Akka.Actor.ActorRefFactory,System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.Dsl.ActExtensions.ActorOf(Akka.Actor.ActorRefFactory,System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.Dsl.ActExtensions.ActorOf(Akka.Actor.ActorRefFactory,System.Action{Akka.Actor.Dsl.IActorDsl},System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActorRefFactory. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also