Amazon.ElastiCache.AmazonElastiCacheClient.EndRevokeCacheSecurityGroupIngress C# (CSharp) Méthode

EndRevokeCacheSecurityGroupIngress() public méthode

Finishes the asynchronous execution of the RevokeCacheSecurityGroupIngress operation.
public EndRevokeCacheSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeCacheSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeCacheSecurityGroupIngress.
Résultat RevokeCacheSecurityGroupIngressResponse
        public  RevokeCacheSecurityGroupIngressResponse EndRevokeCacheSecurityGroupIngress(IAsyncResult asyncResult)
        {
            return EndInvoke<RevokeCacheSecurityGroupIngressResponse>(asyncResult);
        }
AmazonElastiCacheClient