Props..::..WithSupervisorStrategy Method
Returns a new Props with the specified supervisor strategy set.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public Props WithSupervisorStrategy( SupervisorStrategy strategy )
Public Function WithSupervisorStrategy ( _ strategy As SupervisorStrategy _ ) As Props
public: Props^ WithSupervisorStrategy( SupervisorStrategy^ strategy )
Parameters
- strategy
- Type: Akka.Actor..::..SupervisorStrategy
The strategy.