iControl.NetworkingAdminIP.replace_slot_ip C# (CSharp) Method

replace_slot_ip() private method

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