iControl.SecurityDoSDevice.remove_vector_packet_type C# (CSharp) Method

remove_vector_packet_type() private method

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