Props Constructor (Type, SupervisorStrategy, array<Object>[]()[][])
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public 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 )
Parameters
- type
- Type: Type
- supervisorStrategy
- Type: Akka.Actor..::..SupervisorStrategy
- args
- Type: array<Object>[]()[][]