MoveSecondaryResult Class

 

Retunrs Move secondary replica result object.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Testability.MoveSecondaryResult

Syntax

[SerializableAttribute]
public class MoveSecondaryResult

Properties

Name Description
System_CAPS_pubproperty CurrentSecondaryNodeName

Gets current node name where secodary replica exist.

System_CAPS_pubproperty NewSecondaryNodeName

Gets new node name where secondary replica need to move.

System_CAPS_pubproperty SelectedPartition

Gets the selected partition.

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 currentSecondaryNodeName, where secondary replica was present before movement, newSecondaryNodeName where the SelectedReplica is moved and SelectedPartition information that represents the selected secondary replica.

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