iControl.SecurityDoSDevice.Endget_vector_blacklist_category C# (CSharp) 메소드

Endget_vector_blacklist_category() 공개 메소드

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