Class DiscoveryInstancesFetchedEventArgs
Provides data for the InstancesFetched event.
public sealed class DiscoveryInstancesFetchedEventArgs : EventArgs
- Inheritance
-
DiscoveryInstancesFetchedEventArgs
- Inherited Members
Constructors
DiscoveryInstancesFetchedEventArgs(IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>>)
public DiscoveryInstancesFetchedEventArgs(IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>> instancesByServiceId)
Parameters
instancesByServiceIdIReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>>
Properties
InstancesByServiceId
Gets the updated list of service instances, grouped by service ID.
public IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>> InstancesByServiceId { get; }