iControl.NetworkingAdminIP.Beginreplace_slot_ip C# (CSharp) Method

Beginreplace_slot_ip() public method

public Beginreplace_slot_ip ( string cluster_name, long slot_ids, string old_ips, string new_ips, System callback, object asyncState ) : System.IAsyncResult
cluster_name string
slot_ids long
old_ips string
new_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreplace_slot_ip(string cluster_name,long [] slot_ids,string [] [] old_ips,string [] [] new_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("replace_slot_ip", new object[] {
            cluster_name,
            slot_ids,
            old_ips,
            new_ips}, callback, asyncState);
        }