iControl.SecurityProfileDoS.Endget_network_attack_vector_blacklist_detection_seconds C# (CSharp) Method

Endget_network_attack_vector_blacklist_detection_seconds() public method

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