Click or drag to resize
Akka.NETMemberHasRole Method
Checks to see if a member supports a particular role.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool HasRole(
	string role
)

Parameters

role
Type: SystemString
The rolename to check.

Return Value

Type: Boolean
true if this member supports the role. false otherwise.
See Also