configureMultipleInstanceRuntimeDeploymentIfAllPresent
abstract fun configureMultipleInstanceRuntimeDeploymentIfAllPresent(serviceHosts: Set<IviServiceHostConfig>, action: Action<RuntimeDeploymentConfigurator.MultipleInstance>)
Configures what is configured by action as multiple instance runtime deployment configuration if the given serviceHosts are deployed as part of a multiple instance runtime deployment.
The configured multiple instance runtime deployment configuration is applied if the serviceHosts are deployed as part of the multiple instance runtime deployment through RuntimeDeploymentConfigurator.applyDefaultDeployments.
Note: The action may be executed even if the serviceHosts are not deployed in any multiple instance runtime deployment.