Table of Contents

Class DiscoveryInstancesFetchedEventArgs

Namespace
Steeltoe.Common.Discovery
Assembly
Steeltoe.Common.dll

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

instancesByServiceId IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>>

Properties

InstancesByServiceId

Gets the updated list of service instances, grouped by service ID.

public IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>> InstancesByServiceId { get; }

Property Value

IReadOnlyDictionary<string, IReadOnlyList<IServiceInstance>>