Interface IApplicationInfoAccessor
public interface IApplicationInfoAccessor
- Extension Methods
Properties
ApplicationName
Name of the application. This is useful for systems with multiple applications, to distinguish resources of the applications located together.
string? ApplicationName { get; }
Property Value
InstanceId
A unique identifier for this application instance. This value changes whenever the application is restarted.
string InstanceId { get; }