Amazon.Redshift.AmazonRedshiftClient.EndRevokeClusterSecurityGroupIngress C# (CSharp) Метод

EndRevokeClusterSecurityGroupIngress() публичный Метод

Finishes the asynchronous execution of the RevokeClusterSecurityGroupIngress operation.
public EndRevokeClusterSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeClusterSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeClusterSecurityGroupIngress.
Результат RevokeClusterSecurityGroupIngressResponse
        public  RevokeClusterSecurityGroupIngressResponse EndRevokeClusterSecurityGroupIngress(IAsyncResult asyncResult)
        {
            return EndInvoke<RevokeClusterSecurityGroupIngressResponse>(asyncResult);
        }
AmazonRedshiftClient