You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localTableCopy=GetSiloStatuses(status =>true,true);// all the silos including me.
277
-
localTableCopyOnlyActive=GetSiloStatuses(status =>status.Equals(SiloStatus.Active),true);// only active silos including me.
278
-
localNamesTableCopy=localTable.ToDictionary(pair =>pair.Key, pair =>pair.Value.InstanceName);// all the silos excluding me.
279
-
280
-
foreach(varentryinchanged)
281
-
{
282
-
if(logger.IsVerbose)logger.Verbose("-Updated my local view of {0} status. It is now {1}.",entry.SiloAddress.ToLongString(),GetSiloStatus(entry.SiloAddress));
0 commit comments