|  | ClusterScopeWithFallback Method | 
 
             Creates a new 
Scope from this scope using another 
Scope
             to backfill options that might be missing from this scope.
            
             
|  Note | 
|---|
| This method ignores the given scope and returns the singleton instance of this scope. | 
 
    Namespace: 
   Akka.Cluster
    Assembly:
   Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic override Scope WithFallback(
	Scope other
)
abstract WithFallback : 
        other : Scope -> Scope 
override WithFallback : 
        other : Scope -> Scope Parameters
- other
- Type: Akka.ActorScope
 The Scope used for fallback configuration.
Return Value
Type: 
ScopeThe singleton instance of this scope
 See Also
See Also