iControl.NetworkingAdminIP.delete_all_slot_ips C# (CSharp) Method

delete_all_slot_ips() private method

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