iControl.SecurityDoSDevice.get_vector_detection_threshold_pps C# (CSharp) Method

get_vector_detection_threshold_pps() private method

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