PropsWithSupervisorStrategy Method |
Returns a new Props with the specified supervisor strategy set.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Props WithSupervisorStrategy(
SupervisorStrategy strategy
)
Public Function WithSupervisorStrategy (
strategy As SupervisorStrategy
) As Props
public:
Props^ WithSupervisorStrategy(
SupervisorStrategy^ strategy
)
member WithSupervisorStrategy :
strategy : SupervisorStrategy -> Props
Parameters
- strategy
- Type: Akka.ActorSupervisorStrategy
The strategy.
Return Value
Type:
PropsProps.
See Also