SelectedPartition.None Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns none partition selector.
public static readonly System.Fabric.SelectedPartition None;
staticval mutable None : System.Fabric.SelectedPartition
Public Shared ReadOnly None As SelectedPartition
Field Value
Remarks
A SelectedPartition will be none for any testability API with overloads which does not take a partition or replica selector as an input. For example if RestartNodeAsync is called with the NodeName overload instead of ReplicaSelector then PartitionSelector returned will be None
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET