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