iControl.SecurityProfileDoS.Endget_network_attack_vector_rate_threshold C# (CSharp) Метод

Endget_network_attack_vector_rate_threshold() публичный Метод

public Endget_network_attack_vector_rate_threshold ( System asyncResult ) : long[][][]
asyncResult System
Результат long[][][]
        public long[][][] Endget_network_attack_vector_rate_threshold(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [] [])(results[0]));
        }
SecurityProfileDoS