RestartDeployedCodePackageResult Class

 

Returns Restart deployed code package result object.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Testability.RestartDeployedCodePackageResult

Syntax

[SerializableAttribute]
public class RestartDeployedCodePackageResult

Properties

Name Description
System_CAPS_pubproperty ApplicationName

Gets Application name.

System_CAPS_pubproperty CodePackageInstanceId

Gets code package instance id.

System_CAPS_pubproperty CodePackageName

Gets code package name.

System_CAPS_pubproperty NodeName

Gets node name.

System_CAPS_pubproperty SelectedReplica

Gets selected replica.

System_CAPS_pubproperty ServiceManifestName

Gets service manifest name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class returns nodeName, applicationName, serviceManifestName, codePackageName, codePackageInstanceId and SelectedReplica information for which the deployed code package action was called. ReplicaSelector will be none in case application is selecetd using nodename, application name, service manifest, code package name, and code package instance id.

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.Testability Namespace

Return to top