ConoHaNet.OpenStackMember.UpdateDbServiceQuota C# (CSharp) Method

UpdateDbServiceQuota() public method

public UpdateDbServiceQuota ( string serviceId, int quota ) : DbServiceQuota
serviceId string
quota int
return DbServiceQuota
        public DbServiceQuota UpdateDbServiceQuota(string serviceId, int quota)
        {
            return DatabaseProvider.UpdateDbServiceQuota(serviceId, quota, this.DefaultRegion, this.Identity);
        }
OpenStackMember