Amazon.RDS.AmazonRDSClient.EndDeleteDBSecurityGroup C# (CSharp) Method

EndDeleteDBSecurityGroup() public method

Finishes the asynchronous execution of the DeleteDBSecurityGroup operation.
public EndDeleteDBSecurityGroup ( IAsyncResult asyncResult ) : DeleteDBSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSecurityGroup.
return DeleteDBSecurityGroupResponse
        public  DeleteDBSecurityGroupResponse EndDeleteDBSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBSecurityGroupResponse>(asyncResult);
        }
AmazonRDSClient