iControl.SecurityDoSDevice.Endget_vector_detection_threshold_percent C# (CSharp) Method

Endget_vector_detection_threshold_percent() public method

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