Amazon.EC2.AmazonEC2Client.EndRevokeSecurityGroupIngress C# (CSharp) Method

EndRevokeSecurityGroupIngress() public method

Finishes the asynchronous execution of the RevokeSecurityGroupIngress operation.
public EndRevokeSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeSecurityGroupIngress.
return RevokeSecurityGroupIngressResponse
        public  RevokeSecurityGroupIngressResponse EndRevokeSecurityGroupIngress(IAsyncResult asyncResult)
        {
            return EndInvoke<RevokeSecurityGroupIngressResponse>(asyncResult);
        }
AmazonEC2Client