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

EndDeleteCacheCluster() public method

Finishes the asynchronous execution of the DeleteCacheCluster operation.
public EndDeleteCacheCluster ( IAsyncResult asyncResult ) : DeleteCacheClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCacheCluster.
return DeleteCacheClusterResponse
        public  DeleteCacheClusterResponse EndDeleteCacheCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCacheClusterResponse>(asyncResult);
        }
AmazonElastiCacheClient