Interface IApplicationEnvironment
Represents the application environment of a WorkerHost. The application environment allows the IWorker to retrieve information about the applications deployed to the environment.
Namespace: DNVGL.One.Compute.Core.Worker
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IApplicationEnvironment
Methods
View SourceGetApplicationVersionInfo(String, String)
Gets the application version information.
Declaration
ApplicationVersionInfo GetApplicationVersionInfo(string applicationId, string versionId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | applicationId | The application identifier. |
| System.String | versionId | The version identifier. |
Returns
| Type | Description |
|---|---|
| ApplicationVersionInfo | The application version information. |