Megosztás a következőn keresztül:


SelectedPartition.None Field

Definition

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