ConoHaNet.OpenStackMember.DeleteDomain C# (CSharp) Method

DeleteDomain() public method

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