Act Constructor (ActionIActorDsl) |
Initializes a new instance of the
Act class
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Act(
Action<IActorDsl> config
)
Public Sub New (
config As Action(Of IActorDsl)
)
public:
Act(
Action<IActorDsl^>^ config
)
new :
config : Action<IActorDsl> -> Act
Parameters
- config
- Type: SystemActionIActorDsl
[Missing <param name="config"/> documentation for "M:Akka.Actor.Dsl.Act.#ctor(System.Action{Akka.Actor.Dsl.IActorDsl})"]
See Also