iControl.NetworkingAdminIP.Begindelete_all_slot_ips C# (CSharp) Method

Begindelete_all_slot_ips() public method

public Begindelete_all_slot_ips ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult
cluster_names string
slot_ids long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_slot_ips(string [] cluster_names,long [] [] slot_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_slot_ips", new object[] {
            cluster_names,
            slot_ids}, callback, asyncState);
        }