IManagementGrain.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.
Contact all silos in all clusters and return silos that do not have the latest multi-cluster configuration. If some clusters and/or silos cannot be reached, an exception is thrown.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.SiloAddress>> FindLaggingSilos ();
abstract member FindLaggingSilos : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.SiloAddress>>
Public Function FindLaggingSilos () As Task(Of List(Of SiloAddress))
Returns
A list of silo addresses of silos that do not have the latest configuration