Class RuntimeAppInfo
Runtime information about the application.
Inheritance
Implements
Inherited Members
Namespace: Kephas.Orchestration
Assembly: Kephas.Orchestration.dll
Syntax
public class RuntimeAppInfo : IRuntimeAppInfo
Properties
| Improve this Doc View SourceAppId
Gets or sets the identifier of the application.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application. |
AppInstanceId
Gets or sets the identifier of the application instance.
Declaration
public string AppInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application instance. |
Features
Gets or sets the aupported app features.
Declaration
public string[] Features { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The supported app features. |
HostAddress
Gets or sets the address of the host where the application process runs.
Declaration
public string HostAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The host address. |
HostName
Gets or sets the name of the host where the application process runs.
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the host. |
ProcessId
Gets or sets the identifier of the process running the application.
Declaration
public int ProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The identifier of the process. |
Properties
Gets or sets the application properties.
Declaration
public IDictionary<string, object> Properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | The application properties. |
Methods
| Improve this Doc View SourceEquals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
System.Boolean | True if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current object. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |