iControl.SecurityProfileDoS.Endget_heavy_url_latency_threshold C# (CSharp) Method

Endget_heavy_url_latency_threshold() public method

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