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