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

EndDeleteDBSubnetGroup() public method

Finishes the asynchronous execution of the DeleteDBSubnetGroup operation.
public EndDeleteDBSubnetGroup ( IAsyncResult asyncResult ) : DeleteDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSubnetGroup.
return DeleteDBSubnetGroupResponse
        public  DeleteDBSubnetGroupResponse EndDeleteDBSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBSubnetGroupResponse>(asyncResult);
        }
AmazonRDSClient