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