Amazon.RDS.AmazonRDSClient.EndAuthorizeDBSecurityGroupIngress C# (CSharp) Méthode

EndAuthorizeDBSecurityGroupIngress() public méthode

Finishes the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation.
public EndAuthorizeDBSecurityGroupIngress ( IAsyncResult asyncResult ) : AuthorizeDBSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAuthorizeDBSecurityGroupIngress.
Résultat AuthorizeDBSecurityGroupIngressResponse
        public  AuthorizeDBSecurityGroupIngressResponse EndAuthorizeDBSecurityGroupIngress(IAsyncResult asyncResult)
        {
            return EndInvoke<AuthorizeDBSecurityGroupIngressResponse>(asyncResult);
        }
AmazonRDSClient