Akka.Cluster.Tests.MultiNode.UnreachableNodeJoinsAgainSpec.AllBut C# (CSharp) Method

AllBut() protected method

protected AllBut ( RoleName roleName ) : IEnumerable
roleName RoleName
return IEnumerable
        protected IEnumerable<RoleName> AllBut(RoleName roleName)
        {
            return AllBut(roleName, Roles);
        }

Same methods

UnreachableNodeJoinsAgainSpec::AllBut ( RoleName roleName, IEnumerable roles ) : IEnumerable