RestartNodeResult.SelectedReplica Property
Gets the SelectedReplica. SelectedReplica will be none in case the RestartNode Testability action was performed using node name.
Namespace: System.Fabric.Testability
Assembly: System.Fabric.Testability (in System.Fabric.Testability.dll)
Syntax
public SelectedReplica SelectedReplica { get; private set; }
Property Value
Type: System.Fabric.Testability.SelectedReplica
See Also
RestartNodeResult Class
System.Fabric.Testability Namespace
Return to top