Amazon.ElastiCache.AmazonElastiCacheClient.EndListAllowedNodeTypeModifications C# (CSharp) Метод

EndListAllowedNodeTypeModifications() публичный Метод

Finishes the asynchronous execution of the ListAllowedNodeTypeModifications operation.
public EndListAllowedNodeTypeModifications ( IAsyncResult asyncResult ) : ListAllowedNodeTypeModificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAllowedNodeTypeModifications.
Результат ListAllowedNodeTypeModificationsResponse
        public  ListAllowedNodeTypeModificationsResponse EndListAllowedNodeTypeModifications(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAllowedNodeTypeModificationsResponse>(asyncResult);
        }
AmazonElastiCacheClient