Share via


FabricClient.NetworkManagementClient.GetDeployedNetworkListAsync Method

Definition

Overloads

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList> GetDeployedNetworkListAsync(System.Fabric.Description.DeployedNetworkQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedNetworkListAsync : System.Fabric.Description.DeployedNetworkQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList>
Public Function GetDeployedNetworkListAsync (queryDescription As DeployedNetworkQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedNetworkList)

Parameters

timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<DeployedNetworkList>

Applies to

GetDeployedNetworkListAsync(DeployedNetworkQueryDescription)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList> GetDeployedNetworkListAsync(System.Fabric.Description.DeployedNetworkQueryDescription queryDescription);
member this.GetDeployedNetworkListAsync : System.Fabric.Description.DeployedNetworkQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedNetworkList>
Public Function GetDeployedNetworkListAsync (queryDescription As DeployedNetworkQueryDescription) As Task(Of DeployedNetworkList)

Parameters

Returns

System.Threading.Tasks.Task<DeployedNetworkList>

Applies to