ConoHaNet.OpenStackMember.DeleteDnsRecord C# (CSharp) Method

DeleteDnsRecord() public method

public DeleteDnsRecord ( string domainId, string recordId ) : bool
domainId string
recordId string
return bool
        public bool DeleteDnsRecord(string domainId, string recordId)
        {
            return DnsProvider.DeleteDnsRecord(domainId, recordId, this.DefaultRegion, this.Identity);
        }
OpenStackMember