iControl.NetworkingAdminIP.Begincreate_slot_ip C# (CSharp) Method

Begincreate_slot_ip() public method

public Begincreate_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 Begincreate_slot_ip(string cluster_name,long [] slot_ids,string [] [] slot_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_slot_ip", new object[] {
            cluster_name,
            slot_ids,
            slot_ips}, callback, asyncState);
        }