Interface IApplicationRealmArea
Defines a runtime status of the named area. Azos application root provides access to IApplicationRealm.Areas
Inherited Members
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public interface IApplicationRealmArea : INamed
Properties
Description
Area/status description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
NextStatus
What is the next status anticipated / if any
Declaration
AreaStatus NextStatus { get; }
Property Value
Type | Description |
---|---|
AreaStatus |
NextStatusUTC
When is the next status anticipated / if any
Declaration
DateTime? NextStatusUTC { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Operator
Name of operator reporting status
Declaration
string Operator { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Status Code
Declaration
AreaStatus Status { get; }
Property Value
Type | Description |
---|---|
AreaStatus |
StatusUTC
When was the status reported
Declaration
DateTime StatusUTC { get; }
Property Value
Type | Description |
---|---|
System.DateTime |