Click or drag to resize
RootGuardianSupervisor Constructor
Initializes a new instance of the RootGuardianSupervisor class

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

Parameters

root
Type: Akka.ActorRootActorPath

[Missing <param name="root"/> documentation for "M:Akka.Actor.RootGuardianSupervisor.#ctor(Akka.Actor.RootActorPath,Akka.Actor.ActorRefProvider,System.Threading.Tasks.TaskCompletionSource{Akka.Actor.Status},Akka.Event.LoggingAdapter)"]

provider
Type: Akka.ActorActorRefProvider

[Missing <param name="provider"/> documentation for "M:Akka.Actor.RootGuardianSupervisor.#ctor(Akka.Actor.RootActorPath,Akka.Actor.ActorRefProvider,System.Threading.Tasks.TaskCompletionSource{Akka.Actor.Status},Akka.Event.LoggingAdapter)"]

terminationPromise
Type: System.Threading.TasksTaskCompletionSourceStatus

[Missing <param name="terminationPromise"/> documentation for "M:Akka.Actor.RootGuardianSupervisor.#ctor(Akka.Actor.RootActorPath,Akka.Actor.ActorRefProvider,System.Threading.Tasks.TaskCompletionSource{Akka.Actor.Status},Akka.Event.LoggingAdapter)"]

log
Type: Akka.EventLoggingAdapter

[Missing <param name="log"/> documentation for "M:Akka.Actor.RootGuardianSupervisor.#ctor(Akka.Actor.RootActorPath,Akka.Actor.ActorRefProvider,System.Threading.Tasks.TaskCompletionSource{Akka.Actor.Status},Akka.Event.LoggingAdapter)"]

See Also