iControl.NetworkingAdminIP.Endget_slot_ip C# (CSharp) Method

Endget_slot_ip() public method

public Endget_slot_ip ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_slot_ip(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }