Interface IApplicationInstanceInfo
Provides information about the currently running application instance.
Namespace: Steeltoe.Common
Assembly: Steeltoe.Common.dll
Syntax
public interface IApplicationInstanceInfo
Properties
| Edit this page View SourceApplicationName
Gets the name of this application.
Declaration
string? ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |