iControl.SecurityDoSDevice.remove_all_vector_packet_types C# (CSharp) Method

remove_all_vector_packet_types() private method

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