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

EndListAllowedNodeTypeModifications() public method

Finishes the asynchronous execution of the ListAllowedNodeTypeModifications operation.
public EndListAllowedNodeTypeModifications ( IAsyncResult asyncResult ) : ListAllowedNodeTypeModificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAllowedNodeTypeModifications.
return ListAllowedNodeTypeModificationsResponse
        public  ListAllowedNodeTypeModificationsResponse EndListAllowedNodeTypeModifications(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAllowedNodeTypeModificationsResponse>(asyncResult);
        }
AmazonElastiCacheClient