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

EndDeleteDBParameterGroup() public method

Finishes the asynchronous execution of the DeleteDBParameterGroup operation.
public EndDeleteDBParameterGroup ( IAsyncResult asyncResult ) : DeleteDBParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBParameterGroup.
return DeleteDBParameterGroupResponse
        public  DeleteDBParameterGroupResponse EndDeleteDBParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient