Amazon.ElastiCache.AmazonElastiCacheClient.EndRevokeCacheSecurityGroupIngress C# (CSharp) 메소드

EndRevokeCacheSecurityGroupIngress() 공개 메소드

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