Class ApplicationInfoCollection
Represents a collection of applications in Eureka server.
public sealed class ApplicationInfoCollection : IReadOnlyCollection<ApplicationInfo>, IEnumerable<ApplicationInfo>, IEnumerable
- Inheritance
-
ApplicationInfoCollection
- Implements
- Inherited Members
Properties
AppsHashCode
public string? AppsHashCode { get; }
Property Value
Count
Gets the number of elements in the collection.
public int Count { get; }
Property Value
- int
The number of elements in the collection.
ReturnUpInstancesOnly
public bool ReturnUpInstancesOnly { get; }
Property Value
Version
public long? Version { get; }
Property Value
- long?
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<ApplicationInfo> GetEnumerator()
Returns
- IEnumerator<ApplicationInfo>
An enumerator that can be used to iterate through the collection.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.