iControl.NetworkingAdminIP.Beginget_slot_ip C# (CSharp) Method

Beginget_slot_ip() public method

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