SelectedReplica.None Field
Returns None replica selector.
Namespace: System.Fabric.Testability
Assembly: System.Fabric.Testability (in System.Fabric.Testability.dll)
Syntax
public static readonly SelectedReplica None
Field Value
Type: System.Fabric.Testability.SelectedReplica
Remarks
A SelectedReplica will be none for any testability API with overloads which does not take a replica instance id and partition selector as an input. For example if RestartNodeAsync is called with the NodeName overload instead of ReplicaSelector. Returned ReplicaSelector will be None in that case.
See Also
SelectedReplica Class
System.Fabric.Testability Namespace
Return to top