Click or drag to resize
ScopeWithFallback Method

[Missing <summary> documentation for "M:Akka.Actor.Scope.WithFallback(Akka.Actor.Scope)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Scope WithFallback(
	Scope other
)

Parameters

other
Type: Akka.ActorScope

[Missing <param name="other"/> documentation for "M:Akka.Actor.Scope.WithFallback(Akka.Actor.Scope)"]

Return Value

Type: Scope

[Missing <returns> documentation for "M:Akka.Actor.Scope.WithFallback(Akka.Actor.Scope)"]

See Also