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

EndDescribeCacheSubnetGroups() public method

Finishes the asynchronous execution of the DescribeCacheSubnetGroups operation.
public EndDescribeCacheSubnetGroups ( IAsyncResult asyncResult ) : DescribeCacheSubnetGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCacheSubnetGroups.
return DescribeCacheSubnetGroupsResponse
        public  DescribeCacheSubnetGroupsResponse EndDescribeCacheSubnetGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeCacheSubnetGroupsResponse>(asyncResult);
        }
AmazonElastiCacheClient