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

EndRebootCacheCluster() public method

Finishes the asynchronous execution of the RebootCacheCluster operation.
public EndRebootCacheCluster ( IAsyncResult asyncResult ) : RebootCacheClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootCacheCluster.
return RebootCacheClusterResponse
        public  RebootCacheClusterResponse EndRebootCacheCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<RebootCacheClusterResponse>(asyncResult);
        }
AmazonElastiCacheClient