Application Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Describes an application instance.

Namespace:   System.Fabric.Query
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Query.Application

Syntax

public sealed class Application

Properties

Name Description
System_CAPS_pubproperty ApplicationName

Gets the name of the application.

System_CAPS_pubproperty ApplicationParameters

Gets the parameters of the application.

System_CAPS_pubproperty ApplicationStatus

Gets the status of the application.

System_CAPS_pubproperty ApplicationTypeName

Gets the application type name as specified in the Application Manifest.

System_CAPS_pubproperty ApplicationTypeVersion

Gets the application type version as specified in the Application Manifest.

System_CAPS_pubproperty HealthState

Gets the aggregated health state of the application.

System_CAPS_pubproperty UpgradeParameters

Obsolete. Deprecated: Do not use. See ApplicationUpgradeProgress instead.

System_CAPS_pubproperty UpgradeTypeVersion

Obsolete. Deprecated: Do not use. See ApplicationUpgradeProgress instead.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Query Namespace

Return to top