Edit

Share via


IManagementGrain.FindLaggingSilos Method

Definition

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

Applies to