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

EndRevokeCacheSecurityGroupIngress() public method

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