iControl.NetworkingAdminIP.delete_slot_ip C# (CSharp) Method

delete_slot_ip() private method

private delete_slot_ip ( string cluster_name, long slot_ids, string slot_ips ) : void
cluster_name string
slot_ids long
slot_ips string
return void
        public void delete_slot_ip(
		string cluster_name,
		long [] slot_ids,
		string [] [] slot_ips
	)
        {
            this.Invoke("delete_slot_ip", new object [] {
                cluster_name,
                slot_ids,
                slot_ips});
        }