iControl.NetworkingAdminIP.Endget_slot_ip C# (CSharp) 메소드

Endget_slot_ip() 공개 메소드

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