Click or drag to resize
Akka.NETLocalScopeWithFallback Method
Creates a new Scope from this scope using another Scope to backfill options that might be missing from this scope.
Note Note
This method ignores the given scope and returns the singleton instance of this scope.

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

Parameters

other
Type: Akka.ActorScope
The Scope used for fallback configuration.

Return Value

Type: Scope
The singleton instance of this scope
See Also