iControl.SecurityDoSDevice.Beginremove_all_vector_packet_types C# (CSharp) Méthode

Beginremove_all_vector_packet_types() public méthode

public Beginremove_all_vector_packet_types ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
callback System
asyncState object
Résultat 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