Click or drag to resize
Akka.NETMemberPickHighestPriority Method
Combines and sorts two lists of Member into a single list ordered by highest prioirity

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ImmutableHashSet<Member> PickHighestPriority(
	IEnumerable<Member> a,
	IEnumerable<Member> b
)

Parameters

a
Type: System.Collections.GenericIEnumerableMember
The first collection of members.
b
Type: System.Collections.GenericIEnumerableMember
The second collection of members.

Return Value

Type: ImmutableHashSetMember
An immutable hash set containing the members with the highest priority.
See Also