Amazon.EC2.AmazonEC2Client.DisableVgwRoutePropagationAsync C# (CSharp) Method

DisableVgwRoutePropagationAsync() public method

Initiates the asynchronous execution of the DisableVgwRoutePropagation operation.
public DisableVgwRoutePropagationAsync ( DisableVgwRoutePropagationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisableVgwRoutePropagationRequest Container for the necessary parameters to execute the DisableVgwRoutePropagation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DisableVgwRoutePropagationResponse> DisableVgwRoutePropagationAsync(DisableVgwRoutePropagationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisableVgwRoutePropagationRequestMarshaller();
            var unmarshaller = DisableVgwRoutePropagationResponseUnmarshaller.Instance;

            return InvokeAsync<DisableVgwRoutePropagationRequest,DisableVgwRoutePropagationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client