Class Routees
This class represents a message used to carry information about what routees a Router is currently using.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class Routees
Constructors
| Improve this Doc View SourceRoutees(IEnumerable<Routee>)
Initializes a new instance of the Routees class.
Declaration
public Routees(IEnumerable<Routee> routees)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Routee> | routees | The routees that a Router is currently using. |
Properties
| Improve this Doc View SourceMembers
An enumeration of routees that a Router is currently using.
Declaration
public IEnumerable<Routee> Members { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Routee> |