Show / Hide Table of Contents

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 Source

GetApplicationVersionInfo(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.

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.