ConoHaNet.OpenStackMember.DisassociateHealthMonitor C# (CSharp) Method

DisassociateHealthMonitor() public method

public DisassociateHealthMonitor ( string monitorId, string poolId ) : bool
monitorId string
poolId string
return bool
        public bool DisassociateHealthMonitor(string monitorId, string poolId)
        {
            return NetworksProvider.DisassociateHealthMonitor(monitorId, poolId, this.DefaultRegion, this.Identity);
        }
OpenStackMember