Amazon.RDS.AmazonRDSClient.EndAuthorizeDBSecurityGroupIngress C# (CSharp) 메소드

EndAuthorizeDBSecurityGroupIngress() 공개 메소드

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