Initializes a new instance of the
Props class.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Props(
Type type
)
Public Sub New (
type As Type
)
public:
Props(
Type^ type
)
new :
type : Type -> Props
Parameters
- type
- Type: SystemType
The type.
See Also