Click or drag to resize
Akka.NETTerminatedProps Properties

The TerminatedProps type exposes the following members.

Properties
  NameDescription
Public propertyArguments
The arguments needed to create the actor.
(Inherited from Props.)
Public propertyDeploy
The configuration used to deploy the actor.
(Inherited from Props.)
Public propertyDispatcher
The dispatcher used in the deployment of the actor.
(Inherited from Props.)
Public propertyMailbox
The mailbox used in the deployment of the actor.
(Inherited from Props.)
Public propertyRouterConfig
The router used in the deployment of the actor.
(Inherited from Props.)
Public propertySupervisorStrategy
The supervisor strategy used to manage the actor.
(Inherited from Props.)
Public propertyType
The type of the actor that is created.
(Inherited from Props.)
Public propertyTypeName
The assembly qualified name of the type of the actor that is created.
(Inherited from Props.)
Top
See Also