Share via


FabricClient.NetworkManagementClient.GetNetworkListAsync Method

Definition

Overloads

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>

Applies to