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

Endget_dns_query_vector_rate_threshold() 공개 메소드

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