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

EndCreateCacheCluster() public method

Finishes the asynchronous execution of the CreateCacheCluster operation.
public EndCreateCacheCluster ( IAsyncResult asyncResult ) : CreateCacheClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCacheCluster.
return CreateCacheClusterResponse
        public  CreateCacheClusterResponse EndCreateCacheCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCacheClusterResponse>(asyncResult);
        }
AmazonElastiCacheClient