Amazon.APIGateway.AmazonAPIGatewayClient.FlushStageAuthorizersCacheAsync C# (CSharp) Method

FlushStageAuthorizersCacheAsync() public method

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.
public FlushStageAuthorizersCacheAsync ( FlushStageAuthorizersCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.FlushStageAuthorizersCacheRequest Container for the necessary parameters to execute the FlushStageAuthorizersCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<FlushStageAuthorizersCacheResponse> FlushStageAuthorizersCacheAsync(FlushStageAuthorizersCacheRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new FlushStageAuthorizersCacheRequestMarshaller();
            var unmarshaller = FlushStageAuthorizersCacheResponseUnmarshaller.Instance;

            return InvokeAsync<FlushStageAuthorizersCacheRequest,FlushStageAuthorizersCacheResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient