iControl.SecurityDoSDevice.Beginremove_all_vector_packet_types C# (CSharp) 메소드

Beginremove_all_vector_packet_types() 공개 메소드

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