Props Constructor (Deploy, Type, Object) |
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(
Deploy deploy,
Type type,
params Object[] args
)
Public Sub New (
deploy As Deploy,
type As Type,
ParamArray args As Object()
)
public:
Props(
Deploy^ deploy,
Type^ type,
... array<Object^>^ args
)
new :
deploy : Deploy *
type : Type *
args : Object[] -> Props
Parameters
- deploy
- Type: Akka.ActorDeploy
The deploy. - type
- Type: SystemType
The type. - args
- Type: SystemObject
The arguments.
See Also