Click or drag to resize
Act Constructor (ActionIActorDsl)
Initializes a new instance of the Act class

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Act(
	Action<IActorDsl> config
)

Parameters

config
Type: SystemActionIActorDsl

[Missing <param name="config"/> documentation for "M:Akka.Actor.Dsl.Act.#ctor(System.Action{Akka.Actor.Dsl.IActorDsl})"]

See Also