Interface IApplicationInstanceInfo
- Namespace
- Steeltoe.Common
- Assembly
- Steeltoe.Common.dll
Provides information about the currently running application instance.
public interface IApplicationInstanceInfo
Properties
ApplicationName
Gets the name of this application.
string? ApplicationName { get; }