Scope..::..WithFallback Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Scope WithFallback(
	Scope other
)
Public Function WithFallback ( _
	other As Scope _
) As Scope
public:
Scope^ WithFallback(
	Scope^ other
)

Parameters

other
Type: Akka.Actor..::..Scope