IMultiClusterGossipService.FindLaggingSilos Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find silos whose configuration does not match the expected configuration.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.SiloAddress>> FindLaggingSilos (Orleans.MultiCluster.MultiClusterConfiguration expected, bool forwardLocally);
abstract member FindLaggingSilos : Orleans.MultiCluster.MultiClusterConfiguration * bool -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.SiloAddress>>
Public Function FindLaggingSilos (expected As MultiClusterConfiguration, forwardLocally As Boolean) As Task(Of List(Of SiloAddress))
Parameters
- expected
- MultiClusterConfiguration
the configuration to compare with
- forwardLocally
- Boolean
whether to recursively include all silos in the same cluster