iControl.NetworkingAdminIP.create_slot_ip C# (CSharp) Method

create_slot_ip() private method

private create_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 create_slot_ip(
		string cluster_name,
		long [] slot_ids,
		string [] [] slot_ips
	)
        {
            this.Invoke("create_slot_ip", new object [] {
                cluster_name,
                slot_ids,
                slot_ips});
        }