iControl.SecurityDoSDevice.Beginremove_vector_packet_type C# (CSharp) Method

Beginremove_vector_packet_type() public method

public Beginremove_vector_packet_type ( string devices, SecurityDoSDeviceDoSDeviceVector vectors, SecurityDoSDeviceDoSNetworkVectorPacketType packet_types, System callback, object asyncState ) : System.IAsyncResult
devices string
vectors SecurityDoSDeviceDoSDeviceVector
packet_types SecurityDoSDeviceDoSNetworkVectorPacketType
callback System
asyncState object
return System.IAsyncResult
        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);
        }
SecurityDoSDevice