FabricClient.NetworkManagementClient.GetNetworkNodeListAsync Method
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.
Overloads
GetNetworkNodeListAsync(NetworkNodeQueryDescription) | |
GetNetworkNodeListAsync(NetworkNodeQueryDescription, TimeSpan, CancellationToken) |
GetNetworkNodeListAsync(NetworkNodeQueryDescription)
public System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList> GetNetworkNodeListAsync(System.Fabric.Description.NetworkNodeQueryDescription queryDescription);
member this.GetNetworkNodeListAsync : System.Fabric.Description.NetworkNodeQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList>
Public Function GetNetworkNodeListAsync (queryDescription As NetworkNodeQueryDescription) As Task(Of NetworkNodeList)
Parameters
- queryDescription
- NetworkNodeQueryDescription
Returns
System.Threading.Tasks.Task<NetworkNodeList>
Applies to
GetNetworkNodeListAsync(NetworkNodeQueryDescription, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList> GetNetworkNodeListAsync(System.Fabric.Description.NetworkNodeQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNetworkNodeListAsync : System.Fabric.Description.NetworkNodeQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NetworkNodeList>
Public Function GetNetworkNodeListAsync (queryDescription As NetworkNodeQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NetworkNodeList)
Parameters
- queryDescription
- NetworkNodeQueryDescription
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<NetworkNodeList>