Click or drag to resize

AddNodesRequestPendingNodes Property

List of pending NodeIDs for the nodes to be added. You can obtain the list of pending nodes using the ListPendingNodes method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public long[] PendingNodes { get; set; }

Property Value

Type: Int64
See Also