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});
        }
 public System.IAsyncResult Beginremove_vector_packet_type(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors,SecurityDoSDeviceDoSNetworkVectorPacketType [] [] [] packet_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("remove_vector_packet_type", new object[] {
     devices,
     vectors,
     packet_types}, callback, asyncState);
 }