Click or drag to resize
Akka.NETRootGuardianSupervisor Constructor
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RootGuardianSupervisor(
	RootActorPath root,
	IActorRefProvider provider,
	TaskCompletionSource<Status> terminationPromise,
	ILoggingAdapter log
)

Parameters

root
Type: Akka.ActorRootActorPath
TBD
provider
Type: Akka.ActorIActorRefProvider
TBD
terminationPromise
Type: System.Threading.TasksTaskCompletionSourceStatus
TBD
log
Type: Akka.EventILoggingAdapter
TBD
See Also