Act Constructor (ActionIActorDsl, IActorContext) |
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, IActorContext> config
)
Public Sub New (
config As Action(Of IActorDsl, IActorContext)
)
public:
Act(
Action<IActorDsl^, IActorContext^>^ config
)
new :
config : Action<IActorDsl, IActorContext> -> Act
Parameters
- config
- Type: SystemActionIActorDsl, IActorContext
[Missing <param name="config"/> documentation for "M:Akka.Actor.Dsl.Act.#ctor(System.Action{Akka.Actor.Dsl.IActorDsl,Akka.Actor.IActorContext})"]
See Also