Class ApplicationsFetchedEventArgs
- Namespace
- Steeltoe.Discovery.Eureka
- Assembly
- Steeltoe.Discovery.Eureka.dll
Provides data for the ApplicationsFetched event.
public sealed class ApplicationsFetchedEventArgs : EventArgs
- Inheritance
-
ApplicationsFetchedEventArgs
- Inherited Members
Constructors
ApplicationsFetchedEventArgs(ApplicationInfoCollection)
public ApplicationsFetchedEventArgs(ApplicationInfoCollection applications)
Parameters
applicationsApplicationInfoCollection
Properties
Applications
public ApplicationInfoCollection Applications { get; }