iControl.SecurityDoSDevice.set_vector_detection_threshold_percent C# (CSharp) Method

set_vector_detection_threshold_percent() private method

private set_vector_detection_threshold_percent ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, long values ) : void
devices string
vectors SecurityDoSDeviceDoSDeviceVector
values long
return void
        public void set_vector_detection_threshold_percent(
		string [] devices,
		SecurityDoSDeviceDoSDeviceVector [] [] vectors,
		long [] [] values
	)
        {
            this.Invoke("set_vector_detection_threshold_percent", new object [] {
                devices,
                vectors,
                values});
        }
SecurityDoSDevice