IApplicationGatewayOperations::BeginExecuteOperationAsync Method (String^, ApplicationGatewayOperation^, CancellationToken)
The Execute Application Gateway Operation executes specified operation on Application Gateway . (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GatewayOperationResponse^>^ BeginExecuteOperationAsync( String^ gatewayName, ApplicationGatewayOperation^ parameters, CancellationToken cancellationToken )
Parameters
- gatewayName
-
Type:
System::String^
Name of the gateway
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Network.Models::ApplicationGatewayOperation^
Parameters supplied to the Begin Execute Operation request.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<GatewayOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: