 | Act Constructor (Action<IActorDsl>) |
TBD
Namespace:
Akka.Actor.Dsl
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic Act(
Action<IActorDsl> config
)
new :
config : Action<IActorDsl> -> Act
Parameters
- config
- Type: System.Action<IActorDsl>
TBD
See Also