iControl.SecurityDoSDevice.Beginadd_vector_packet_type C# (CSharp) Method

Beginadd_vector_packet_type() public method

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