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

FlushStageCacheAsync() public method

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

            return InvokeAsync<FlushStageCacheRequest,FlushStageCacheResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient