iControl.SecurityDoSDevice.get_vector_detection_threshold_percent C# (CSharp) Method

get_vector_detection_threshold_percent() private method

private get_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors ) : long[][]
devices string
vectors SecurityDoSDeviceDoSDeviceVector
return long[][]
        public long[][] get_vector_detection_threshold_percent(
		string [] devices,
		SecurityDoSDeviceDoSDeviceVector [] [] vectors
	)
        {
            object [] results = this.Invoke("get_vector_detection_threshold_percent", new object [] {
                devices,
                vectors});
            return ((long [] [])(results[0]));
        }
SecurityDoSDevice