iControl.NetworkingAdminIP.Begindelete_slot_ip C# (CSharp) Method

Begindelete_slot_ip() public method

public Begindelete_slot_ip ( string cluster_name, long slot_ids, string slot_ips, System callback, object asyncState ) : System.IAsyncResult
cluster_name string
slot_ids long
slot_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_slot_ip(string cluster_name,long [] slot_ids,string [] [] slot_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_slot_ip", new object[] {
            cluster_name,
            slot_ids,
            slot_ips}, callback, asyncState);
        }