Click or drag to resize
Akka.NETDeployWithFallback Method
Creates a new Deploy from this deployment using another Deploy to backfill options that might be missing from this deployment.
Note Note
This method is immutable and returns a new instance of Deploy.

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

Parameters

other
Type: Akka.ActorDeploy
The Deploy used for fallback configuration.

Return Value

Type: Deploy
A new Deploy using other for fallback configuration.
See Also