IGatewayOperations::ListConnectionsAsync Method (String^, CancellationToken)
The List Connections operation returns a list of the local network connections that can be accessed through the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GatewayListConnectionsResponse^>^ ListConnectionsAsync( String^ networkName, CancellationToken cancellationToken )
Parameters
- networkName
-
Type:
System::String^
The name of the virtual network for this gateway.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<GatewayListConnectionsResponse^>^The response to a ListConnections request to a Virtual Network Gateway.
Show: