Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheClusterAsync C# (CSharp) Method

DeleteCacheClusterAsync() public method

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

            return InvokeAsync<DeleteCacheClusterRequest,DeleteCacheClusterResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient