iControl.SecurityProfileDoS.Endget_white_ip C# (CSharp) 메소드

Endget_white_ip() 공개 메소드

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