iControl.SecurityDoSDevice.Beginremove_all_vector_packet_types C# (CSharp) Method

Beginremove_all_vector_packet_types() public method

public Beginremove_all_vector_packet_types ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_vector_packet_types(string [] devices,SecurityDoSDeviceDoSDeviceVector [] [] vectors, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_vector_packet_types", new object[] {
            devices,
            vectors}, callback, asyncState);
        }
SecurityDoSDevice